2012-03-30 15:54:30 +01:00
|
|
|
-set_meta_tags :title => title_object(@group)
|
2012-10-02 16:14:08 +01:00
|
|
|
|
|
|
|
- edit_link = can?(:edit, @group) ? link_to(t("layout.edit"), edit_group_path(@group), :class => 'button') : nil
|
|
|
|
= render 'shared/profile', :uname => @group.name, :group => @group, :search_path => group_path, :projects => @projects, :edit_link => edit_link
|