Sha256: 9947aff023629cb98e3fc7e58f8764241fd9ea12baeb8e4eb33bbc3695ad0d4e

Contents?: true

Size: 356 Bytes

Versions: 22

Compression:

Stored size: 356 Bytes

Contents

<% cont=0; %>
<% @groups.each do |group| %>
<% if (cont%2) == 0 %>
<% cont+=1; %>
<div class="row">
  <% end %>
  <div class="label">
    <%= subject_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

22 entries across 22 versions & 2 rubygems

Version Path
social_stream-0.10.4 base/app/views/groups/_index.html.erb
social_stream-base-0.9.14 app/views/groups/_index.html.erb
social_stream-0.10.3 base/app/views/groups/_index.html.erb
social_stream-base-0.9.13 app/views/groups/_index.html.erb
social_stream-0.10.2 base/app/views/groups/_index.html.erb
social_stream-base-0.9.12 app/views/groups/_index.html.erb
social_stream-0.10.1 base/app/views/groups/_index.html.erb
social_stream-0.10.0 base/app/views/groups/_index.html.erb
social_stream-base-0.9.11 app/views/groups/_index.html.erb
social_stream-0.9.7 base/app/views/groups/_index.html.erb
social_stream-base-0.9.10 app/views/groups/_index.html.erb
social_stream-0.9.6 base/app/views/groups/_index.html.erb
social_stream-base-0.9.9 app/views/groups/_index.html.erb
social_stream-0.9.5 base/app/views/groups/_index.html.erb
social_stream-base-0.9.8 app/views/groups/_index.html.erb
social_stream-0.9.4 base/app/views/groups/_index.html.erb
social_stream-0.9.3 base/app/views/groups/_index.html.erb
social_stream-base-0.9.7 app/views/groups/_index.html.erb
social_stream-0.9.2 base/app/views/groups/_index.html.erb
social_stream-base-0.9.6 app/views/groups/_index.html.erb