<%= render 'header' %>
<%= active_facet_list(:tg, :t) %> <% if @pages and @pages.any? %> <%= render partial: 'georgia/pages/page', collection: @pages, as: :page %>
<%= checkboxable_all_tag :pages %> <%= link_to "#{icon_tag('bolt')} Flush Cache".html_safe, '#', class: 'btn btn-default btn-xs disabled js-flush-cache', role: 'button' if can?(:flush_cache, model) %> <%= link_to "#{icon_tag('thumbs-up')} Publish".html_safe, '#', class: 'btn btn-default btn-xs disabled js-publish', role: 'button' if can?(:publish, model) %> <%= link_to "#{icon_tag('thumbs-down')} Unpublish".html_safe, '#', class: 'btn btn-default btn-xs disabled js-unpublish', role: 'button' if can?(:unpublish, model) %> <%= link_to "#{icon_tag('trash-o')} Delete".html_safe, '#', class: 'btn btn-default btn-xs disabled js-delete', role: 'button' if can?(:destroy, model) %> <%= pagination_tag(@search) %>
<% else -%>

Yikes! There are <%= pluralize(0, instance_name.humanize.downcase) %>.

<%= link_to "Get Started", '#', class: 'btn btn-primary btn--jumbo', data: {toggle: 'modal', target: '#page_form'} %> <% end -%>