Skip to content

Commit

Permalink
Implementing issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxist committed Jan 15, 2016
1 parent 5208310 commit 29c865d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</div>
</div>
<div class="status-info">
<div class="info-item">
<h4><i class="fa fa-user"></i> {{ 'Login' | trans }}</h4>
<span class="value">{{ item.login }}</span>
</div>
<div class="info-item">
<h4><i class="fa fa-envelope"></i> {{ 'E-mail' | trans }}</h4>
<span class="value"><a href="mailto:{{ item.email }}">{{ item.email }}</a></span>
Expand Down

0 comments on commit 29c865d

Please sign in to comment.