Fix user photo url on nav bar.

stable
Andrey Antukh 2014-09-11 18:07:19 +02:00
parent 2e98a02489
commit 08ef1599f8
1 changed files with 1 additions and 1 deletions

View File

@ -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>