Sha256: 23d6bdc2be698c5bae4e29c83c8ed6105b3349dcceae3d7d66a0aef88acb16ba

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

<div class="index-head">
  <h2>Users</h2>
  <%= link_to 'New user', new_user_path, :class => "add" %>
</div>
<% unless @users.blank? -%>
  <ul>
    <% @users.each do |user| -%>
      <li>
        <%= render :partial => "users/admin_controls", :locals => {:user => user } %>
      </li>
    <% end -%>
  </ul>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/app/views/users/index.html.erb
branston-0.6.5 lib/branston/app/views/users/index.html.erb
branston-0.6.4 lib/branston/app/views/users/index.html.erb
branston-0.6.3 lib/branston/app/views/users/index.html.erb
branston-0.6.2 lib/branston/app/views/users/index.html.erb