Commit c2082f4d780a44ca0b29c60939dd1ea919d706c1
1 parent
152c6018
Exists in
master
and in
4 other branches
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 | 15 | .clearfix.team-description-holder |
16 | 16 | = f.label :description, "Details" |
17 | 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 | 20 | .clearfix |
21 | 21 | = f.label :path do |
... | ... | @@ -25,7 +25,6 @@ |
25 | 25 | |
26 | 26 | .form-actions |
27 | 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 | 28 | .span5 |
30 | 29 | .ui-box |
31 | 30 | %h5.title Remove team | ... | ... |