Commit f6d96d35 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve avatar block UI on profile page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 41d67d14
......@@ -42,7 +42,8 @@
margin-right: 12px;
}
.remove_avatar {
margin-top: 10px;
.profile-avatar-form-option {
hr {
margin: 10px 0;
}
}
......@@ -74,9 +74,10 @@
&nbsp;
%span.file_name.js-avatar-filename File name...
= f.file_field :avatar, class: "js-user-avatar-input hide"
%span.help-block The maximum file size allowed is 100KB.
- if @user.avatar?
= link_to 'Remove avatar', profile_avatar_path, confirm: "Avatar will be removed. Are you sure?", method: :delete, class: "btn btn-remove remove_avatar"
.light The maximum file size allowed is 100KB.
- if @user.avatar?
%hr
= link_to 'Remove avatar', profile_avatar_path, confirm: "Avatar will be removed. Are you sure?", method: :delete, class: "btn btn-remove btn-small remove-avatar"
.form-actions
= f.submit 'Save changes', class: "btn btn-save"
\ No newline at end of file
= f.submit 'Save changes', class: "btn btn-save"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment