%= csrf_meta_tag %>
<%= cms_title %>
<%= stylesheet_link_tag 'slices/slices' %>
<%= javascript_include_tag 'slices/slices' %>
<%= render "admin/shared/asset_storage" %>
Loading...
<% if admin_signed_in? -%>
- <%= current_admin.email %>
<%= render_custom_links %>
- <%= link_to "View Site", root_path, target: "_blank" %>
- <%= link_to "Account", admin_admin_path(current_admin) %>
- <%= link_to "Log out", destroy_admin_session_path %>
<% end -%>
<%= yield %>
<% if Rails.env.production? %>
<% end -%>