Skip to content

Commit

Permalink
FIX: don't always say that an email is not verified in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Sep 11, 2014
1 parent 9a668a7 commit 91d1147
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
<div class='display-row email'>
<div class='field'>{{i18n user.email.title}}</div>
<div class='value'><a href="mailto:{{unbound email}}">{{email}}</a></div>
<div class='controls'>{{i18n admin.users.not_verified}}</div>
{{#unless active}}
<div class='controls'>{{i18n admin.users.not_verified}}</div>
{{/unless}}
</div>

<div class='display-row'>
Expand Down

0 comments on commit 91d1147

Please sign in to comment.