Sha256: 537a29a2cb5d655290d94bfcae6d33420005ec75dbe0ff2b5cdd1fc2bc3336b2

Contents?: true

Size: 619 Bytes

Versions: 6

Compression:

Stored size: 619 Bytes

Contents

- @page_title = t('tienda.users.users')

.row
  .col-md-12
    %h1.page-header
      = t('tienda.users.users')
      -# %small Lorem ipsum dolor
/ /. ROW
.row
  .col-md-12
    %p.pull-right
      = link_to t('tienda.users.new_user'), :new_user, class: 'btn btn-primary'

.panel.panel-default
  .panel-heading
    Listing users
  .panel-body
    %table.table.table-hover
      %thead
        %tr
          %th= t('tienda.users.name')
          %th= t('tienda.users.email')
      %tbody
        - for user in @users
          %tr
            %td= link_to user.full_name, [:edit, user]
            %td= user.email_address

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tienda-2.1.3 app/views/tienda/users/index.html.haml
tienda-2.1.2 app/views/tienda/users/index.html.haml
tienda-2.1.1 app/views/tienda/users/index.html.haml
tienda-2.1.0 app/views/tienda/users/index.html.haml
tienda-2.0.2 app/views/tienda/users/index.html.haml
tienda-2.0.1 app/views/tienda/users/index.html.haml