Fix edit team page
This commit is contained in:
parent
152c6018b3
commit
c2082f4d78
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
.clearfix.team-description-holder
|
||||
= f.label :description, "Details"
|
||||
.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
|
||||
= f.label :path do
|
||||
|
@ -25,7 +25,6 @@
|
|||
|
||||
.form-actions
|
||||
= 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
|
||||
.ui-box
|
||||
%h5.title Remove team
|
||||
|
|
Loading…
Reference in a new issue