Sha256: eabafa9498dbef7319e2518682fb6568999cff59865b475868d096b6a7c463af

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

%h1 Database Users
%table
  %tr
    %th First Name
    %th Last Name
    %th Role(s)
    %th{:colspan=>"2"}Enabled?
    %th{:colspan=>"4"}Manage
  = render :partial => 'user', :collection => @users
%p= link_to "New User", new_authengine_user_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authengine-0.0.2 app/views/authengine/users/index.html.haml