Sha256: e36c4d8a4ebfdb64f02943b7d63cdb1325a0c099894ea1fe50c161e8df67b289

Contents?: true

Size: 354 Bytes

Versions: 186

Compression:

Stored size: 354 Bytes

Contents

<% cont=0; %>
<% @groups.each do |group| %>
<% if (cont%2) == 0 %>
<% cont+=1; %>
<div class="row">
  <% end %>
  <div class="label">
    <%= model_with_details group %>
  </div>
  <% if ((cont%2) == 0) 	%>
</div>
<% end %>
<% end %>
<% if ((cont%2) != 0) 	%> <div class="label"></div>
</div>
<% end %>
<div class="row">
  <%= paginate @groups %>
</div>

Version data entries

186 entries across 186 versions & 4 rubygems

Version Path
social_stream-1.1.12 base/app/views/groups/_index.html.erb
social_stream-base-1.1.11 app/views/groups/_index.html.erb
social_stream-1.1.11 base/app/views/groups/_index.html.erb
social_stream-base-1.1.10 app/views/groups/_index.html.erb
social_stream-1.1.10 base/app/views/groups/_index.html.erb
social_stream-base-1.1.9 app/views/groups/_index.html.erb
social_stream-1.1.9 base/app/views/groups/_index.html.erb
social_stream-base-1.1.8 app/views/groups/_index.html.erb
social_stream-1.1.8 base/app/views/groups/_index.html.erb
social_stream-base-1.1.7 app/views/groups/_index.html.erb
social_stream-1.1.7 base/app/views/groups/_index.html.erb
social_stream-base-1.1.6 app/views/groups/_index.html.erb
social_stream-1.1.6 base/app/views/groups/_index.html.erb
social_stream-base-1.1.5 app/views/groups/_index.html.erb
social_stream-1.1.5 base/app/views/groups/_index.html.erb
social_stream-base-1.1.4 app/views/groups/_index.html.erb
social_stream-1.1.4 base/app/views/groups/_index.html.erb
social_stream-1.1.3 base/app/views/groups/_index.html.erb
social_stream-base-1.1.3 app/views/groups/_index.html.erb
social_stream-1.1.2 base/app/views/groups/_index.html.erb