Sha256: eed35eae59acc99a870ae4ca81632263517a59cc3d061cea0d1fefce54d2aadc
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 Bytes
Contents
<% if session[:user].is_webmaster %> <% @users.each do |user| %> <table> <tr> <th>Login</th> <th>Email</th> <th>Role</th> <th>Actions</th> <tr> <td><%= user.login %></td> <td><%= user.email %></td> <td><%= user.role %></td> <td><%= link_to 'Edit', :controller => 'users', :action => 'edit', :id => user.login %></td> </tr> </table> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fs_auth-0.0.1 | app/views/users/admin.html.erb |