Remove label for avatar field
This commit is contained in:
parent
a4776da803
commit
bdb5bbc851
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@
|
|||
= f.submit "Go #{@user.private ? "public" : "private"}", class: "btn btn-default btn-block"
|
||||
%li.list-group-item.text-muted
|
||||
= f_form_for @user do |f|
|
||||
= f.file_field :avatar
|
||||
= f.file_field :avatar, skip_label: true
|
||||
= f.submit "Change avatar", class: "btn btn-default btn-block"
|
||||
|
|
Loading…
Reference in a new issue