From add8a3fb8a1b9ec7089a218ca8e350059f30f3bf Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Mon, 10 Jan 2022 13:49:45 -0800 Subject: [PATCH] Remove stray backticks --- app/views/spotlight/appearances/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spotlight/appearances/edit.html.erb b/app/views/spotlight/appearances/edit.html.erb index dfb53994f..424478813 100644 --- a/app/views/spotlight/appearances/edit.html.erb +++ b/app/views/spotlight/appearances/edit.html.erb @@ -35,7 +35,7 @@

<%= t(:'.site_masthead.help') %>

<%= 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 %>