Sha256: 9411c0a8c9572a8361455f9fed0b7ca0cbe3d6d846146019059300f6e0c39956

Contents?: true

Size: 1.71 KB

Versions: 54

Compression:

Stored size: 1.71 KB

Contents

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

<% toolbar if user_signed_in? %>

<% content_for :sidebar do %>
	<%= render :partial => "groups/sidebar_index" %>
<% end %>
<%= 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

54 entries across 54 versions & 2 rubygems

Version Path
social_stream-0.16.1 base/app/views/groups/index.html.erb
social_stream-base-0.11.0 app/views/groups/index.html.erb
social_stream-0.15.8 base/app/views/groups/index.html.erb
social_stream-base-0.10.11 app/views/groups/index.html.erb
social_stream-0.15.7 base/app/views/groups/index.html.erb
social_stream-base-0.10.10 app/views/groups/index.html.erb
social_stream-0.15.6 base/app/views/groups/index.html.erb
social_stream-base-0.10.9 app/views/groups/index.html.erb
social_stream-0.15.5 base/app/views/groups/index.html.erb
social_stream-base-0.10.8 app/views/groups/index.html.erb
social_stream-0.15.4 base/app/views/groups/index.html.erb
social_stream-base-0.10.7 app/views/groups/index.html.erb
social_stream-0.15.1 base/app/views/groups/index.html.erb
social_stream-0.15.0 base/app/views/groups/index.html.erb
social_stream-base-0.10.6 app/views/groups/index.html.erb
social_stream-0.14.1 base/app/views/groups/index.html.erb
social_stream-base-0.10.5 app/views/groups/index.html.erb
social_stream-0.14.0 base/app/views/groups/index.html.erb
social_stream-base-0.10.4 app/views/groups/index.html.erb
social_stream-0.13.3 base/app/views/groups/index.html.erb