Skip to content

Commit

Permalink
feat(admin): show number of owners on users overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Apr 28, 2016
1 parent c8d4994 commit 1560b31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/admin/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<div class="description">{{ app.contact.name }}</div>
</div>
<div class="extra content">
<a>
<i class="cubes icon"></i>
{{ app.apps.length }} apps
</a>
<span class="right floated">
<i class="users icon"></i> {{ app.owner.length }} eiere
</span>
<i class="cubes icon"></i> {{ app.apps.length }} apps
</div>
</div>
{% endfor %}
Expand Down

0 comments on commit 1560b31

Please sign in to comment.