Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #745 from zanata/rhbz1205465
Browse files Browse the repository at this point in the history
display email only to admin in language page
  • Loading branch information
Alex Eng committed Mar 25, 2015
2 parents fe9939d + a75bb33 commit c8b3514
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -131,7 +131,7 @@
#{member.person.name}
</h3>
<span class="list__item__meta">
#{member.person.account.username} [#{member.person.email}]
#{member.person.account.username} <s:fragment rendered="#{s:hasRole('admin')}">[#{member.person.email}]</s:fragment>
</span>
</div>
<div class="bx--inline-block txt--align-right">
Expand Down

0 comments on commit c8b3514

Please sign in to comment.