2014-01-21 04:51:49 +00:00
|
|
|
-set_meta_tags title: [title_object(@group), t('layout.groups.edit')]
|
|
|
|
= form_for @group, url: profile_group_path(@group) do |f|
|
|
|
|
= render "form", f: f
|
2012-03-01 12:28:38 +00:00
|
|
|
|
|
|
|
.hr
|
2012-05-02 10:18:07 +01:00
|
|
|
.groups-profile= image_tag('code.png')
|
|
|
|
.groups-profile= link_to t("layout.groups.public_profile"), @group
|
2012-03-01 12:28:38 +00:00
|
|
|
.both
|
|
|
|
.hr
|
2012-05-02 10:18:07 +01:00
|
|
|
.leftside= t("layout.groups.delete_warning")
|
2012-03-01 12:28:38 +00:00
|
|
|
.rightside
|
2014-01-21 04:51:49 +00:00
|
|
|
= link_to t("layout.delete"), profile_group_path(@group), method: :delete, confirm: t("layout.groups.confirm_delete"), class: 'button' if can? :destroy, @group
|
2012-03-01 12:28:38 +00:00
|
|
|
.both
|
2011-10-26 21:57:51 +01:00
|
|
|
|
|
|
|
- content_for :sidebar, render('sidebar')
|