We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b945d commit add8a3fCopy full SHA for add8a3f
app/views/spotlight/appearances/edit.html.erb
@@ -35,7 +35,7 @@
35
<p class="instructions"><%= t(:'.site_masthead.help') %></p>
36
<%= f.fields_for(:masthead, current_exhibit.masthead || current_exhibit.build_masthead) do |m| %>
37
<%= render '/spotlight/featured_images/form', f: m, initial_crop_selection: Spotlight::Engine.config.masthead_initial_crop_selection, crop_type: :masthead %>
38
- <% end %>``
+ <% end %>
39
<% end %>
40
41
<% component.tab(id: 'site-thumbnail', label: t(:'.site_thumbnail.heading')) do %>
0 commit comments