Sha256: d432f9a82e18c0ecdf2ee3d4a67b0d7d5657095955ba3395c6935da12e53709e

Contents?: true

Size: 618 Bytes

Versions: 3

Compression:

Stored size: 618 Bytes

Contents

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

.panel.panel-default.grid
  .panel-heading
    %i.fa.fa-table.icon-large
    = t('activerecord.models.users')
    .panel-tools
      .btn-group
        %a.btn{href: hq_users_path, data: {toggle: 'toolbar-tooltip'}, title: t('view.reload')}
          %i.fa.fa-refresh
      .badge= @users.total_entries
  =blankable(@users)
  .panel-footer
    .pagination.pagination-sm
      = will_paginate @users, 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/users/index.html.haml
cybele-1.9.1 templates/app/views/hq/users/index.html.haml
cybele-1.9.0 templates/app/views/hq/users/index.html.haml