Skip to content

Commit

Permalink
feat(admin): add ribbon to highlight new API users
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Apr 28, 2016
1 parent 3182e47 commit 3e29cdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/admin/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
{% for app in apps %}
<div class="ui card">
<div class="image">
{% if app.days < 7 %}
<div class="ui blue ribbon label">
<i class="certificate icon"></i> New
</div>
{% endif %}
<img src="{{ app.owner[0].avatarUrl|d("/static/images/image.png") }}">
</div>
<div class="content">
Expand Down

0 comments on commit 3e29cdc

Please sign in to comment.