Sha256: 3b749989ed537f572109c56c6eb8b3f0e636f93d4bb1e3cc4edf478154abc992

Contents?: true

Size: 765 Bytes

Versions: 7

Compression:

Stored size: 765 Bytes

Contents

<% if user.recent_groups.any? %>
  <div id="groups_title" class="content_size">
      <%=t('group.one', :count => user.recent_groups.count) %> (<span id="group_count"><%=user.recent_groups.count%></span>)
  </div>
  <div id="groups_list" class="content_size">
  <% if (user.recent_groups.count) > 10 %>
    <div id='carousel_container'>
      <div id='left_scroll'><%=image_tag("btn/group_left.png")%></div>
      <div id='carousel_inner'>
        <ul id='carousel_ul'>
    <% else %>
     <div class="space_center"></div>
    <%end%>
          <%= render user.recent_groups %>
    <% if (user.recent_groups.count) > 10 %>
        </ul>
     </div>
     <div id='right_scroll'><%=image_tag("btn/group_right.png")%></div>
    </div>
    <% end %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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