aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/personList.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-18 16:40:40 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-18 16:40:40 +0100
commit34546b9c5b5a9be2180e8b4801b72a48feb94d1d (patch)
treeb0cc7cb6fadaf640f6bb5dd7b062192100c6a944 /src/main/resources/webapp/apps/frontPageApp/personList.html
parent2baff5fc9a0564c5e150cf10a1cfd2edd5b3d868 (diff)
downloadesper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.gz
esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.bz2
esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.tar.xz
esper-testing-34546b9c5b5a9be2180e8b4801b72a48feb94d1d.zip
o timestamp => createdDate in the JSON to be consistent.
o Better builds list. o Renaming person-avatar to avatar-xl.
Diffstat (limited to 'src/main/resources/webapp/apps/frontPageApp/personList.html')
-rwxr-xr-xsrc/main/resources/webapp/apps/frontPageApp/personList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/frontPageApp/personList.html b/src/main/resources/webapp/apps/frontPageApp/personList.html
index 9f977ee..d229659 100755
--- a/src/main/resources/webapp/apps/frontPageApp/personList.html
+++ b/src/main/resources/webapp/apps/frontPageApp/personList.html
@@ -44,7 +44,7 @@
<div class="row" ng-repeat="group in personGroups" ng-show="persons.showResults()">
<div class="span3" ng-repeat="person in group" style="padding-bottom: 1em">
<div class="row">
- <person-avatar person="person.person"></person-avatar>
+ <avatar-xl person="person.person"></avatar-xl>
<a href="/#/person/{{person.person.uuid}}">{{person.person.name}}</a>
<br/>
<span ng-repeat="level in person.badges | countBadgeByLevel | gz">