Sha256: 6dc453cea2f06a10ee71a5dfffda81e79fc6da1b324f7cbbaa4013dbcdc6513e

Contents?: true

Size: 777 Bytes

Versions: 226

Compression:

Stored size: 777 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'>
    <% 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

226 entries across 226 versions & 4 rubygems

Version Path
social_stream-0.21.1 base/app/views/users/_groups.html.erb
social_stream-base-0.16.1 app/views/users/_groups.html.erb
social_stream-0.21.0 base/app/views/users/_groups.html.erb
social_stream-base-0.16.0 app/views/users/_groups.html.erb
social_stream-0.20.2 base/app/views/users/_groups.html.erb
social_stream-base-0.15.2 app/views/users/_groups.html.erb
social_stream-0.20.1 base/app/views/users/_groups.html.erb
social_stream-base-0.15.1 app/views/users/_groups.html.erb
social_stream-0.20.0 base/app/views/users/_groups.html.erb
social_stream-base-0.15.0 app/views/users/_groups.html.erb
social_stream-0.19.3 base/app/views/users/_groups.html.erb
social_stream-base-0.14.3 app/views/users/_groups.html.erb
social_stream-0.19.2 base/app/views/users/_groups.html.erb
social_stream-base-0.14.2 app/views/users/_groups.html.erb
social_stream-0.19.1 base/app/views/users/_groups.html.erb
social_stream-base-0.14.1 app/views/users/_groups.html.erb
vkhater-social_stream-0.16.3.3 base/app/views/users/_groups.html.erb
vkhater-social_stream-base-0.11.2 app/views/users/_groups.html.erb
social_stream-0.19.0 base/app/views/users/_groups.html.erb
social_stream-base-0.14.0 app/views/users/_groups.html.erb