Skip to content

Commit

Permalink
Explicitly use the spotlight edit_exhibit_home_page_path route… (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck authored and camillevilla committed Jan 17, 2020
1 parent ecfa456 commit 2688af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spotlight/home_pages/_edit_page_link.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= exhibit_edit_link @page, edit_exhibit_home_page_path(@page.exhibit), class: 'edit-button float-right btn btn-primary', data: { turbolinks: false } %>
<%= exhibit_edit_link @page, spotlight.edit_exhibit_home_page_path(@page.exhibit), class: 'edit-button float-right btn btn-primary', data: { turbolinks: false } %>

0 comments on commit 2688af1

Please sign in to comment.