=link_to'Remove avatar',group_avatar_path(@group.to_param),data: {confirm: "Group avatar will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-small remove-avatar"
=link_to'Remove avatar',group_avatar_path(@group.to_param),data: {confirm: "Group avatar will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-small remove-avatar"
.form-actions
=f.submit'Save group',class: "btn btn-save"
.form-actions
=f.submit'Save group',class: "btn btn-save"
.panel.panel-danger
.panel-heading Remove group
.panel-body
%p
Removing group will cause all child projects and resources to be removed.
%br
%strong Removed group can not be restored!
.panel.panel-danger
.panel-heading Remove group
.panel-body
%p
Removing group will cause all child projects and resources to be removed.
%br
%strong Removed group can not be restored!
=link_to'Remove Group',@group,data: {confirm: 'Removed group can not be restored! Are you sure?'},method: :delete,class: "btn btn-remove"
=link_to'Remove Group',@group,data: {confirm: 'Removed group can not be restored! Are you sure?'},method: :delete,class: "btn btn-remove"