Skip to content

Commit

Permalink
Merge pull request #521 from caelum/fixingJungleMessages
Browse files Browse the repository at this point in the history
fixing user messages
  • Loading branch information
Turini committed Apr 23, 2014
2 parents 758695d + efd64c7 commit 50d389a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ include file="/header.jsp" %>
<%@ include file="/header.jsp" %>

<div class="well well-small">
<h2><fmt:message key="list_users"/></h2>
Expand All @@ -8,8 +8,8 @@
<thead>
<tr class="info">
<th></th>
<th><fmt:message key='name'/></th>
<th><fmt:message key='login'/></th>
<th><fmt:message key='user.name'/></th>
<th><fmt:message key='user.login'/></th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 50d389a

Please sign in to comment.