Sha256: c27b1216bb13899b256d66850fa6f35952cda47575ce9f58019ac0e80bd36baa

Contents?: true

Size: 407 Bytes

Versions: 7

Compression:

Stored size: 407 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-0.1.7 app/views/groups/_group.html.erb
social_stream-0.1.6 app/views/groups/_group.html.erb
social_stream-0.1.5 app/views/groups/_group.html.erb
social_stream-0.1.4 app/views/groups/_group.html.erb
social_stream-0.1.3 app/views/groups/_group.html.erb
social_stream-0.1.2 app/views/groups/_group.html.erb
social_stream-0.1.1 app/views/groups/_group.html.erb