Sha256: 2694caf2420bc54e940e2e884c7433edc7e03971c96261ae63e70b5cb0d60044
Contents?: true
Size: 442 Bytes
Versions: 11
Compression:
Stored size: 442 Bytes
Contents
- @page_title = t('shoppe.users.users') = content_for :header do %p.buttons= link_to t('shoppe.users.new_user'), :new_user, :class => 'button green' %h2.users= t('shoppe.users.users') .table %table.data %thead %tr %th= t('shoppe.users.name') %th= t('shoppe.users.email') %tbody - for user in @users %tr %td= link_to user.full_name, [:edit, user] %td= user.email_address
Version data entries
11 entries across 11 versions & 3 rubygems