.container-fluid.bg_light .row .col-md-12 .page_header %h1 #{t('admin.action.index.title')} .hr .row .col-md-12 .breadcrumb .row .col-md-12 %ul.nav.nav-tabs %li.nav-item = link_to '', class: 'nav-link active', method: :get do %i.fa.fa-list = t('admin.actions.index.menu').capitalize .row .col-md-12 .tab-content.list .tab-pane.fade.show.active %nav.navbar.navbar-light.bg-light.filter = link_to t('admin.misc.add_new'), new_admin_static_content_path, class: 'btn btn-default submit_buttons' %div{:style => "overflow-x:auto"} %table.table.table-condensed.table-striped %thead %tr %th #{t('activerecord.attributes.static_content.title').titleize} %th #{t('activerecord.attributes.application_record.created_at').titleize} %th %tbody - @static_contents.each do |static_content| %tr %td= static_content.title %td= l(static_content.created_at, format: :short) %td = link_to admin_static_content_path(id: static_content.slug) do %i.fa.fa-info-circle.fa-fw.fa-inverse = link_to edit_admin_static_content_path(static_content) do %i.fa.fa-pencil.fa-fw.fa-inverse