Sha256: b297a0279b8e9b335e3b3a62a947de09cce14f14d314cd2b7151d66583908a15

Contents?: true

Size: 1.65 KB

Versions: 114

Compression:

Stored size: 1.65 KB

Contents

<% content_for :title do%>
  <%= t('group.other') %>
<%end%>

<% toolbar if user_signed_in? %>

<% sidebar :group_index %>

<%= location(t('browse') +": "+ 
             link_to(t('user.by'), users_path) + ", "+ 
             content_tag(:b,content_tag(:span, t('group.all'), :id=>'name_group')))%>

<div class="space_center"></div>
<div class="space_center"></div>
<div class="space_center"></div>
<div class="space_center"></div>

<div id="my_conferences" class="block">
  <div id="tab" class="widget content_size">
    <ul class="tab">
      <li>
        <%= link_to t('group.all_n', :count => Group.count), :most => nil %>
      </li>
      <li>
        <%= link_to t('group.most.followed'), :most => :followed %>
      </li>
      <li>
        <%= link_to t('group.most.liked'), :most=> :liked %>
      </li>
    </ul>
    <div id="spaces" class="tab">
      <div class="space_center"></div>
      <div class="row">
        <input type="text" value="Search by name" id="search_field" class="search_input" />
        <%= image_tag("btn/search.png",:size=>"20x20",:id=>"search_button") %>
      </div>
      <div class="space_center"></div>
      <div class="row">
        <div class="center">
          <% for g in Group.distinct_initials %>
            <%= link_to g.initial.capitalize,{:letter => g.initial,:page => 1},:class => "user_letter_link" %>
          <% end %>
        </div>
      </div>
      <div class="space_center"></div>
      <div id="list_users_ajax" class="tab_content">
        <%= render :partial => "groups/index"%>
      </div>
      <div class="space_center"></div>
    </div>
  </div>
</div>	

 
<br class="clearfloat" />
<div class="space_center">
</div>

Version data entries

114 entries across 114 versions & 4 rubygems

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