Sha256: 9a2837d89c65a58680fc1a8ffdeca23e41890752d9435d879d04dae1b860aa6d
Contents?: true
Size: 959 Bytes
Versions: 19
Compression:
Stored size: 959 Bytes
Contents
<% content_for :title do %> <%= @group.name%> <% end %> <% if @group.profile.description? %> <% content_for :description do %> <%= @group.profile.description%> <% end %> <% end %> <% content_for :keywords do %> <%= @group.profile.subject.tag_list%> <% end %> <% content_for :sidebar do %> <%= render :partial => 'sidebar_show' %> <% end %> <%= location(link_to(image_tag("btn/btn_group.png", :class => "btn_config")+t('group.one')+": "+ content_tag(:span, ( truncate_name sanitize @group.name), :class=>"name_group")))%> <% toolbar :profile => @group %> <br class="clearfloat" /> <div class="space_center"> </div> <div class="space_center"> </div> <%= render :partial => "activities/index", :locals => { :activities => @group.wall(:profile, :for => current_subject). page(params[:page]), :owner => @group } %>
Version data entries
19 entries across 19 versions & 2 rubygems