<% content_for :head, stylesheet_link_tag("users") %> <% content_for :middle do %> <%= render :partial => "groups/middle_index" %> <% end %> <% content_for :right do %> <%= render :partial => "groups/right_index" %> <% end %>
Your are here > <%=t('browse')%>: <%= t('group.all')%>
<%= link_to(t('user.by'), users_path) %>

<%= image_tag("btn/search.png",:size=>"20x20",:id=>"search_button") %>
<% for char in 'A'..'Z' %> <%= link_to char,{:letter => char,:page => 1},:class => "user_letter_link" %> <% end %>
<%= render :partial => "groups/index"%>

<%= javascript_include_tag "ajax.paginate" %>