<%= page.title %>
<%= link_to t('helpers.submit.view'), [spotlight, page], :class => 'btn btn-text' %> ·
<%= link_to t('helpers.submit.edit'), [spotlight, :edit, page], :class => 'btn btn-text' %> ·
<%= link_to t('helpers.submit.destroy'), [spotlight, page], method: :delete, data: { confirm: t('helpers.submit.destroy_are_you_sure') }, :class => 'btn btn-text' %>