Merge pull request #91 from ZeusWPI/fix/remove-avatar-label
Remove label for avatar field
This commit is contained in:
commit
9cfb4bfaed
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