Commit c2082f4d780a44ca0b29c60939dd1ea919d706c1

Authored by Dmitriy Zaporozhets
1 parent 152c6018

Fix edit team page

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/teams/edit.html.haml
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 .clearfix.team-description-holder 15 .clearfix.team-description-holder
16 = f.label :description, "Details" 16 = f.label :description, "Details"
17 .input 17 .input
18 - = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 18 + = f.text_area :description, maxlength: 250, class: "xlarge js-gfm-input", rows: 4
19 19
20 .clearfix 20 .clearfix
21 = f.label :path do 21 = f.label :path do
@@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
25 25
26 .form-actions 26 .form-actions
27 = f.submit 'Save team changes', class: "btn btn-primary" 27 = f.submit 'Save team changes', class: "btn btn-primary"
28 - = link_to 'Delete team', team_path(@team), method: :delete, confirm: "You are shure?", class: "btn btn-remove pull-right"  
29 .span5 28 .span5
30 .ui-box 29 .ui-box
31 %h5.title Remove team 30 %h5.title Remove team