<%= link_to image_tag('cms/logo.png', class: 'main-logo'), "/" %>
<% if current_user.able_to?(:edit_content) %>
-
<%= link_to "Dashboard", cms.dashboard_path %>
-
<%= link_to "Pages", cms.sitemap_path %>
-
Assets
<%= render partial: 'layouts/cms/content_types', locals: { library: true, id: 'content-library-menu' } %>
<% end %>
<% if current_user.able_to? :administrate %>
-
<%= link_to "Shop", spree.admin_path %>
-
Admin
<% end %>
<% if current_user.able_to?(:edit_content) %>
<%= menu_button "New", new_button_path, id: 'new-content-button', class: 'btn btn-primary', tabindex: '-1' %>
<% end %>