Sha256: e64c630b04ea33a87b868dea4495752486fef3d968927ba6d666a8ee64f4eef7

Contents?: true

Size: 593 Bytes

Versions: 8

Compression:

Stored size: 593 Bytes

Contents

		<div id="follower">
				<div id="title_follower">
                                  <%=image_tag("btn/btn_follower.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>

Version data entries

8 entries across 8 versions & 1 rubygems

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