Usability improved. Nothing to show messages for issues, MR
This commit is contained in:
parent
bd7359b50e
commit
a10ad7183e
5 changed files with 30 additions and 5 deletions
|
@ -1,7 +1,14 @@
|
|||
.media-grid
|
||||
= link_to "#" do
|
||||
= image_tag gravatar_icon(@user.email, 90), :class => "thumbnail"
|
||||
%h3.media_h= @user.name
|
||||
%h3.media_h
|
||||
= @user.name
|
||||
%br
|
||||
%small
|
||||
= @user.email
|
||||
|
||||
.right
|
||||
%p.alert-message.block-message You can change your avatar at gravatar.com
|
||||
|
||||
%hr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue