Sha256: c0496b32088e2e3c3a8a101d465b32492821ee6b6b328a46870a396ce7a80b3c

Contents?: true

Size: 422 Bytes

Versions: 7

Compression:

Stored size: 422 Bytes

Contents

<% if (current_subject.recent_groups.count)>10 %>
  <li>
<% end %>
  <%= div_for group do %>
    <div class="group_content">
      <%=link_to(image_tag(group.logo.url(:actor), :class => 'btn_group', :alt => group.name, :title => group.name), group) %>
    </div>
    <div class="group_title">
      <%=link_to(group.name, group)%>
    </div>
  <% end %>
<% if (current_subject.recent_groups.count)>10 %>
  </li>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-0.3.6 app/views/groups/_group.html.erb
social_stream-0.3.5 app/views/groups/_group.html.erb
social_stream-0.3.4 app/views/groups/_group.html.erb
social_stream-0.3.3 app/views/groups/_group.html.erb
social_stream-0.3.2 app/views/groups/_group.html.erb
social_stream-0.3.1 app/views/groups/_group.html.erb
social_stream-0.3.0 app/views/groups/_group.html.erb