User profile can be updated by clicking on profile picture

This commit is contained in:
James Brooks
2014-12-21 10:14:58 +00:00
parent c84217d5be
commit feb7dfea84
5 changed files with 73 additions and 1 deletions
@@ -3,7 +3,7 @@
<div class='sidebar-inner'>
<div class="profile">
<div class="avatar pull-left">
<a href="{{ URL::to('settings') }}">
<a href="{{ URL::to('dashboard/user') }}">
<img src="{{ Auth::user()->gravatar }}" alt="">
</a>
</div>