tap/app/views/users/index.html.erb

9 lines
142 B
Plaintext
Raw Normal View History

2014-11-06 21:53:11 +00:00
<h1>All users</h1>
2014-12-09 21:32:54 +00:00
<%= render partial: 'flash' %>
2014-11-06 21:53:11 +00:00
2014-12-09 22:19:03 +00:00
<div class="row users">
2014-12-09 21:32:54 +00:00
<div class="col-md-12">
<%= render @users %>
</div>
</div>