Sha256: b10a11ee1cd640303d850c56ae11356d608dccb1558b4a12cf4735b49c0b4a5e

Contents?: true

Size: 841 Bytes

Versions: 18

Compression:

Stored size: 841 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 %>
    <% content_for :headers, stylesheet_link_tag("carousel") %>
    <div id='carousel_container'>
      <div id='left_scroll'><%=image_tag("btn/group_left.png")%></div>
      <div id='carousel_inner'>
    <% else %>
     <div class="space_center"></div>
    <%end%>
      <ul id='carousel_ul' class="menu_list">
        <%= render user.recent_groups %>
      </ul>
    <% if (user.recent_groups.count) > 10 %>
     </div>
     <div id='right_scroll'><%=image_tag("btn/group_right.png")%></div>
    </div>
    <% end %>
  </div>
<% end %>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
social_stream-base-0.7.0 app/views/users/_groups.html.erb
social_stream-base-0.6.8 app/views/users/_groups.html.erb
social_stream-base-0.6.6 app/views/users/_groups.html.erb
social_stream-base-0.6.5 app/views/users/_groups.html.erb
social_stream-base-0.6.3 app/views/users/_groups.html.erb
social_stream-base-0.6.2 app/views/users/_groups.html.erb
social_stream-base-0.6.1 app/views/users/_groups.html.erb
social_stream-base-0.6.0 app/views/users/_groups.html.erb
social_stream-base-0.5.2 app/views/users/_groups.html.erb
social_stream-base-0.5.1 app/views/users/_groups.html.erb
social_stream-base-0.5.0 app/views/users/_groups.html.erb
social_stream-0.4.6 app/views/users/_groups.html.erb
social_stream-0.4.5 app/views/users/_groups.html.erb
social_stream-0.4.4 app/views/users/_groups.html.erb
social_stream-0.4.3 app/views/users/_groups.html.erb
social_stream-0.4.2 app/views/users/_groups.html.erb
social_stream-0.4.1 app/views/users/_groups.html.erb
social_stream-0.4.0 app/views/users/_groups.html.erb