Sha256: c95d92e2ce2a1b3f669aac9e584845c330ad9bb099028011fced222c7a6612af

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

<%if @group.followers.count > 0%>
<div id="follower">
    <div id="title_follower">
      <%=image_tag("btn/btn_group.png", :alt => "Follower")%><%=@group.followers.count%>
      <%=t('follower', :count => @group.followers.count)%>
    </div>
    <div class="follower_line">
      <% @group.followers.all.each do |follower| %>
          <%=link_to((image_tag(follower.logo.url, :alt => follower.name , :size => "40x40")) , follower)%>
      <%end%>
    </div>
    <div class="future_footer">
      <%=link_to((image_tag("btn/btn_next.png", :alt => "next")) , group_path)%>
    </div>
</div>
<%end%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
social_stream-0.2.3 app/views/groups/_followers.html.erb
social_stream-0.2.2 app/views/groups/_followers.html.erb
social_stream-0.2.1 app/views/groups/_followers.html.erb
social_stream-0.2.0 app/views/groups/_followers.html.erb