Link to the user pages now that they exist

This commit is contained in:
Joseph Schorr 2015-04-03 14:58:13 -04:00
parent 4cb7921c3a
commit f46d9c88cf
3 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@
<!-- User -->
<span ng-if="!entity.is_robot">
<span class="avatar" size="avatarSize || 16" data="entity.avatar"></span>
<span class="entity-name">{{ entity.name }}</span>
<a class="entity-name" href="/user/{{ entity.name }}">{{ entity.name }}</a>
</span>
<!-- Robot -->