Commit 77b787cc279a33203f426074cc1b6356f3984e2d
1 parent
e087af60
Exists in
master
and in
3 other branches
add link to user profile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
user_menu.html.erb
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <div class="perfil"> |
4 | 4 | <ul class="profile_menu"> |
5 | 5 | <li class="name"><h1 class="title"><%= person.name %></h1></li> |
6 | - <li class="picture"><%= profile_image(person, :big) %></li> | |
6 | + <li class="picture"><%= link_to(profile_image(person, :big), person.public_profile_url) %></li> | |
7 | 7 | <!--<li class="user_status online"><span>●</span> Disponível</li>--> |
8 | 8 | </ul> |
9 | 9 | </div> | ... | ... |