Sha256: 491d75e9365cff630374233cd3c83361148380d0bbbae0f431379c95b8fc0f9a

Contents?: true

Size: 445 Bytes

Versions: 28

Compression:

Stored size: 445 Bytes

Contents

<h1>Listing Users</h1>

<table>
  <tr>
    <th>Name</th>
    <th>State</th>
    <th>Access State</th>
  </tr>
  
<% @users.each do |user| %>
  <tr>
    <td><%=h user.name %></td>
    <td><%=h user.state %></td>
    <td><%=h user.access_state %></td>
    <td><%= link_to 'Show', resource(user) %></td>
    <td><%= link_to 'Edit', resource(user, :edit) %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New User', resource(:users, :new) %>

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
joelind-state_machine-0.8.1 examples/merb-rest/view_index.html.erb
pluginaweek-state_machine-0.7.6 examples/merb-rest/view_index.html.erb
pluginaweek-state_machine-0.8.0 examples/merb-rest/view_index.html.erb
branston-0.6.1 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
state_machine-0.9.2 examples/merb-rest/view_index.html.erb
state_machine-0.9.1 examples/merb-rest/view_index.html.erb
state_machine-0.9.0 examples/merb-rest/view_index.html.erb
branston-0.6.0 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
state_machine-0.8.1 examples/merb-rest/view_index.html.erb
branston-0.5.2 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.5.1 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.5.0 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
mattscilipoti-state_machine-0.8.0.1 examples/merb-rest/view_index.html.erb
branston-0.4.6 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.4.5 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.4.4 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.4.3 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.4.2 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.4.1 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb
branston-0.4.0 lib/branston/vendor/plugins/state_machine/examples/merb-rest/view_index.html.erb