Sha256: 4f45d74760f114764c99d760936506bb5b805fc96006907394dea94ba770bbf4

Contents?: true

Size: 714 Bytes

Versions: 244

Compression:

Stored size: 714 Bytes

Contents

<% if (groups = current_subject.recent_groups).any? %>
  <div id="groups_title" class="content_size">
      <%=t('group.last') %> (<span id="group_count"><%= groups.count %></span>)
  </div>

  <div id="groups_list" class="content_size">
  <% if (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 groups %>
    </ul>
    <% if (groups.count) > 10 %>
     </div>
     <div id='right_scroll'><%=image_tag("btn/group_right.png")%></div>
    </div>
    <% end %>
  </div>
<% end %>

Version data entries

244 entries across 244 versions & 4 rubygems

Version Path
social_stream-1.1.12 base/app/views/home/_groups.html.erb
social_stream-base-1.1.11 app/views/home/_groups.html.erb
social_stream-1.1.11 base/app/views/home/_groups.html.erb
social_stream-base-1.1.10 app/views/home/_groups.html.erb
social_stream-1.1.10 base/app/views/home/_groups.html.erb
social_stream-base-1.1.9 app/views/home/_groups.html.erb
social_stream-1.1.9 base/app/views/home/_groups.html.erb
social_stream-base-1.1.8 app/views/home/_groups.html.erb
social_stream-1.1.8 base/app/views/home/_groups.html.erb
social_stream-base-1.1.7 app/views/home/_groups.html.erb
social_stream-1.1.7 base/app/views/home/_groups.html.erb
social_stream-base-1.1.6 app/views/home/_groups.html.erb
social_stream-1.1.6 base/app/views/home/_groups.html.erb
social_stream-base-1.1.5 app/views/home/_groups.html.erb
social_stream-1.1.5 base/app/views/home/_groups.html.erb
social_stream-base-1.1.4 app/views/home/_groups.html.erb
social_stream-1.1.4 base/app/views/home/_groups.html.erb
social_stream-1.1.3 base/app/views/home/_groups.html.erb
social_stream-base-1.1.3 app/views/home/_groups.html.erb
social_stream-1.1.2 base/app/views/home/_groups.html.erb