Sha256: ab052d2bd58d55c6fb8b9ecea7f156b0b1d2cc07a288a4e53eb20690051aef56

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

%h1 Users

%p= link_to_new_user

= ucbr_table_tag UcbRails::User, data: {url: ucb_rails_admin_users_path(format: "json")} do
  %thead
    %tr
      %th.min Admin?
      %th.min Inactive?
      %th First Name
      %th Last Name
      %th Email
      %th Alternate Email
      %th Phone
      %th.dt Last Request At
      %th UID
      %th.min Edit
      %th.min Delete
  %tbody.highlight
    =# render partial: 'ucb_rails/admin/users/user', collection: @users
    
= render :partial => 'ucb_rails/lps/modal'
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ucb_rails-0.0.14 app/views/ucb_rails/admin/users/index.html.haml