Commit f9261e65 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Open big avatar when click on user image

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b42c40bf
......@@ -9,7 +9,7 @@
.row
%section.col-md-8
.header-with-avatar
= link_to avatar_icon(@user.email), target: '_blank' do
= link_to avatar_icon(@user.email, 400), target: '_blank' do
= image_tag avatar_icon(@user.email, 90), class: "avatar avatar-tile s90", alt: ''
%h3
= @user.name
......
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