base/app/views/groups/_index.html.erb in social_stream-0.10.4 vs base/app/views/groups/_index.html.erb in social_stream-0.11.0
- old
+ new
@@ -3,10 +3,10 @@
<% if (cont%2) == 0 %>
<% cont+=1; %>
<div class="row">
<% end %>
<div class="label">
- <%= subject_with_details group %>
+ <%= model_with_details group %>
</div>
<% if ((cont%2) == 0) %>
</div>
<% end %>
<% end %>