metamaps--metamaps/app/views/groups/index.html.erb
2012-09-22 22:39:12 -04:00

12 lines
234 B
Plaintext

<h1>Groups</h1>
<div class="groups" id="groups">
<% @groups.each do |group| %>
<%= render group %>
<% end %>
<% if @groups.empty? %>
<p><br>Shucks, there are no groups.<p>
<% end %>
</div>
<div class="clearfloat"></div>