Skip to content

Commit

Permalink
only show access user data when a user has at least 1 device
Browse files Browse the repository at this point in the history
  • Loading branch information
bdzim committed May 19, 2014
1 parent fde7b91 commit 5c17703
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<h1 class="page-header">
<i class="ss-icon">&#x1F464;</i> User Details
<div class="actions">
{% if devices|length > 0 %}
<a href="{{ storage_login }}" target="_blank" class="button button-primary-basic">Access User's Data</a>
{% endif %}
</div>
</h1>

Expand Down

0 comments on commit 5c17703

Please sign in to comment.