Fix bug #1258: Remove confused title in the avatar div of the home page

stable
David Barragán Merino 2014-10-08 01:19:24 +02:00
parent 3d45ca92e2
commit 6640ae4c0e
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ block content
span(tg-bo-bind="ctrl.user.full_name_display") span(tg-bo-bind="ctrl.user.full_name_display")
a.logout(ng-click="ctrl.logout()" href="", title="Logout") logout a.logout(ng-click="ctrl.logout()" href="", title="Logout") logout
.avatar(href="", title="User preferences") .avatar
img(ng-src="{{ctrl.user.photo}}", alt="username") img(tg-bo-src="ctrl.user.photo", tg-bo-alt="ctrl.user.full_name_display")
.home-projects-list-inner .home-projects-list-inner
div.recent-projects div.recent-projects