Sha256: f567a57d78fda5f74cd5d277284f5bdf64897e0d31542082ad0c790f759157a6

Contents?: true

Size: 637 Bytes

Versions: 5

Compression:

Stored size: 637 Bytes

Contents

- content_for :toolbar do
  = link_to new_hq_admin_path, class: 'btn btn-default btn-primary' do
    %i.fas.fa-plus
    = t('view.actions.new', resource_name: Admin.model_name.human)

.card
  .card-header
    %i.fas.fa-table
    = t('activerecord.models.admins')
    .float-right
      .btn-group
        %a.btn{ href: hq_admins_path, data: { toggle: 'tooltip' }, title: t('view.reload') }
          %i.fas.fa-sync
      .badge.badge-pill.badge-secondary= @admins.total_entries
  = blankable(@admins, @search)
  .card-footer
    .pagination.pagination-sm
      = will_paginate @admins, renderer: BootstrapPagination::Rails, bootstrap: 3

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/hq/admins/index.html.haml
cybele-2.3.1 templates/app_files/app/views/hq/admins/index.html.haml
cybele-2.2.0 templates/app_files/app/views/hq/admins/index.html.haml
cybele-2.1.0 templates/app_files/app/views/hq/admins/index.html.haml
cybele-2.0.0 templates/app_files/app/views/hq/admins/index.html.haml