Sha256: dcbf85a98fedc29c055808c247d2aea0a112739ea38e6a0033aba836ca4e42b1

Contents?: true

Size: 625 Bytes

Versions: 3

Compression:

Stored size: 625 Bytes

Contents

- content_for :toolbar do
  = link_to new_hq_admin_path, class: 'btn btn-default' do
    %i.icon-plus
    = t('action_button.new', resource_name: Admin.model_name.human)

.panel.panel-default.grid
  .panel-heading
    %i.fa.fa-table.icon-large
    = t('activerecord.models.admins')
    .panel-tools
      .btn-group
        %a.btn{href: hq_admins_path, data: {toggle: 'toolbar-tooltip'}, title: t('view.reload')}
          %i.fa.fa-refresh
      .badge= @admins.total_entries
  =blankable(@admins)
  .panel-footer
    .pagination.pagination-sm
      = will_paginate @admins, renderer: BootstrapPagination::Rails, bootstrap: 3

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/hq/admins/index.html.haml
cybele-1.9.1 templates/app/views/hq/admins/index.html.haml
cybele-1.9.0 templates/app/views/hq/admins/index.html.haml