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

Commit

Permalink
Merge branch 'release' into integration/master
Browse files Browse the repository at this point in the history
Conflicts:
	zanata-war/src/main/webapp/WEB-INF/layout/language/language_view.xhtml
  • Loading branch information
Alex Eng committed Mar 25, 2015
2 parents a330cb1 + c8b3514 commit 0ea0d3c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@
#{member.person.name}
</h3>
<span class="list__item__meta">
#{member.person.account.username}<s:span rendered="#{identity.loggedIn}"> [#{member.person.email}] </s:span>
#{member.person.account.username}<s:span rendered="#{s:hasRole('admin')}"> [#{member.person.email}] </s:span>
</span>
</div>
<div class="list__item__actions">
Expand Down

0 comments on commit 0ea0d3c

Please sign in to comment.