Skip to content

Commit 7cf0317

Browse files
maebealeclaude
andcommitted
Show workshop title with windows type on edit page heading
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 12f88e8 commit 7cf0317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/workshops/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<%= link_to "Workshops", workshops_path, class: "text-sm text-gray-500 hover:text-gray-700 px-2 py-1" %>
66
<%= link_to "View", workshop_path(@workshop), class: "text-sm text-gray-500 hover:text-gray-700 px-2 py-1" %>
77
</div>
8-
<h1 class="text-2xl font-semibold text-gray-900 mb-4">Edit workshop</h1>
8+
<h1 class="text-2xl font-semibold text-gray-900 mb-4">Edit workshop: <%= @workshop.remote_search_label[:label] %></h1>
99

1010
<div class="border-b border-gray-300 mb-6"></div>
1111

0 commit comments

Comments
 (0)