rosa-build/app/views/groups/profile/show.html.haml

9 lines
344 B
Plaintext
Raw Normal View History

2014-01-21 04:51:49 +00:00
-set_meta_tags title: title_object(@group)
2013-08-22 14:55:44 +01:00
- edit_url = can?(:edit, @group) ? edit_group_path(@group) : nil
2014-01-21 04:51:49 +00:00
= render 'shared/profile', uname: @group.name,
group: @group,
search_path: group_path,
projects: @projects,
edit_url: edit_url