Sha256: da4a141ba95a80cc6b0f6a165a88915543daa3e45e2f3c30a7c5294a6567dd65

Contents?: true

Size: 675 Bytes

Versions: 14

Compression:

Stored size: 675 Bytes

Contents

- title 'Users'

.large-8.columns
  - if @users.empty?
    .empty-default
      %h2 No users
      %p This is weird. How are you even seeing this?
  - else
    %section
      %ul.user-list.small-block-grid-1.medium-block-grid-2
        - for user in @users.all
          %li= render 'user', user: user

.large-4.columns
  .side-panel{ :'side-panel' => true }
    .padded
      .pagination-centered
        .pagination-stats #{ pluralize @users.total_count, 'user' } - Page #{ @users.current_page } of #{ @users.total_pages }
        = paginate @users
    .cta.text-center
      = link_to ficon(:plus, 'New user'), push_type_admin.new_user_path, class: 'button radius success'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
push_type_admin-0.12.1 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.12.0 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.12.0.beta.1 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.11.2 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.11.1 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.11.0.beta.2 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.11.0.beta.1 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.4 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.3 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.2 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.1 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.0 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.0.beta.5 app/views/push_type/admin/users/index.html.haml
push_type_admin-0.10.0.beta.3 app/views/push_type/admin/users/index.html.haml