Commit c2082f4d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix edit team page

parent 152c6018
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.clearfix.team-description-holder .clearfix.team-description-holder
= f.label :description, "Details" = f.label :description, "Details"
.input .input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 = f.text_area :description, maxlength: 250, class: "xlarge js-gfm-input", rows: 4
.clearfix .clearfix
= f.label :path do = f.label :path do
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
.form-actions .form-actions
= f.submit 'Save team changes', class: "btn btn-primary" = f.submit 'Save team changes', class: "btn btn-primary"
= link_to 'Delete team', team_path(@team), method: :delete, confirm: "You are shure?", class: "btn btn-remove pull-right"
.span5 .span5
.ui-box .ui-box
%h5.title Remove team %h5.title Remove team
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment