Skip to content

Commit

Permalink
fixing t
Browse files Browse the repository at this point in the history
  • Loading branch information
leocwolter committed Sep 16, 2014
1 parent 8885714 commit ba3251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/tags/commentWith.tag
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<tags:userProfileLink user="${comment.author}" htmlClass="${comment.author.id eq item.author.id ? 'same-author' : ''}" />
&nbsp;<tags:prettyTime time="${comment.lastUpdatedAt}"/>

<c:set value="${['edit_form.submit']}" var="submit"/>
<c:set value="${t['edit_form.submit']}" var="submit"/>
<c:if test="${currentUser.current.isAuthorOf(comment)}">
<tags:simpleAjaxFormWith action="${linkTo[CommentController].edit(comment.id)}"
field="comment" onCallback="replace" callbackTarget="comment-${comment.id}"
Expand Down

0 comments on commit ba3251e

Please sign in to comment.