<%= link_to image_tag('cms/logo.png', class: 'main-logo'), "/" %> <% if current_user.able_to?(:edit_content) %>
<%= menu_button "New", new_button_path, id: 'new-content-button', class: 'btn btn-primary', tabindex: '-1' %>
<% end %>