Fix user photo url on nav bar.
parent
2e98a02489
commit
08ef1599f8
|
@ -267,7 +267,7 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location, $
|
|||
<li><a href="" title="Logout" class="logout">Logout</a></li>
|
||||
</ul>
|
||||
<a href="" title="User preferences" class="avatar" id="nav-user-settings">
|
||||
<img src="{{ user.photo }}" alt="{{ user.full_name_display }}" />
|
||||
<img src="<%= user.photo %>" alt="<%= user.full_name_display %>" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue