We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f88e8 commit 7cf0317Copy full SHA for 7cf0317
1 file changed
app/views/workshops/edit.html.erb
@@ -5,7 +5,7 @@
5
<%= link_to "Workshops", workshops_path, class: "text-sm text-gray-500 hover:text-gray-700 px-2 py-1" %>
6
<%= link_to "View", workshop_path(@workshop), class: "text-sm text-gray-500 hover:text-gray-700 px-2 py-1" %>
7
</div>
8
- <h1 class="text-2xl font-semibold text-gray-900 mb-4">Edit workshop</h1>
+ <h1 class="text-2xl font-semibold text-gray-900 mb-4">Edit workshop: <%= @workshop.remote_search_label[:label] %></h1>
9
10
<div class="border-b border-gray-300 mb-6"></div>
11
0 commit comments