Sha256: 03d8e97466c09e20cc627a078a5cf746d085219fa1e9b39f7fe91b0cc367969e

Contents?: true

Size: 313 Bytes

Versions: 7

Compression:

Stored size: 313 Bytes

Contents

<li>
  <%= 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(truncate_name(group.name), group)%>
    </div>
  <% end %>
</li>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-base-0.7.3 app/views/groups/_group.html.erb
social_stream-base-0.7.2 app/views/groups/_group.html.erb
social_stream-base-0.7.1 app/views/groups/_group.html.erb
social_stream-base-0.7.0 app/views/groups/_group.html.erb
social_stream-base-0.6.8 app/views/groups/_group.html.erb
social_stream-base-0.6.6 app/views/groups/_group.html.erb
social_stream-base-0.6.5 app/views/groups/_group.html.erb