Skip to content

Commit

Permalink
Remove stray backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 11, 2022
1 parent 36b945d commit add8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spotlight/appearances/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<p class="instructions"><%= t(:'.site_masthead.help') %></p>
<%= f.fields_for(:masthead, current_exhibit.masthead || current_exhibit.build_masthead) do |m| %>
<%= render '/spotlight/featured_images/form', f: m, initial_crop_selection: Spotlight::Engine.config.masthead_initial_crop_selection, crop_type: :masthead %>
<% end %>``
<% end %>
<% end %>
<% component.tab(id: 'site-thumbnail', label: t(:'.site_thumbnail.heading')) do %>
Expand Down

0 comments on commit add8a3f

Please sign in to comment.