Sha256: d8613f9e41e6a01fb2dc903d7a14a1465e752c54e53813ecfe0ca4be70c53cdb

Contents?: true

Size: 226 Bytes

Versions: 9

Compression:

Stored size: 226 Bytes

Contents

  <% @page_heading = 'Users' %>

  <% content_for('tasks') do %>
    <%= task_new 'Add new user' %>
  <% end %> 
  <div id="users">	
    <%= render :partial => 'user', :collection => @users  %>
    <br clear="all" />
  </div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/users/list.rhtml
typo-3.99.2 app/views/admin/users/list.rhtml
typo-3.99.1 app/views/admin/users/list.rhtml
typo-3.99.3 app/views/admin/users/list.rhtml
typo-4.0.2 app/views/admin/users/list.rhtml
typo-4.0.1 app/views/admin/users/list.rhtml
typo-4.0.0 app/views/admin/users/list.rhtml
typo-3.99.4 app/views/admin/users/list.rhtml
typo-4.0.3 app/views/admin/users/list.rhtml