Skip to content

Commit

Permalink
Merge pull request #18 from rpalcolea/patch-1
Browse files Browse the repository at this point in the history
Update list.gsp
  • Loading branch information
graemerocher committed Mar 19, 2013
2 parents 8d32a6e + e3e57eb commit b9ed90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/plugin/list.gsp
Expand Up @@ -72,7 +72,7 @@
<li>
Latest : <strong>${plugin.currentRelease}</strong>
</li>
<li>Last Updated: <strong><joda:format pattern="dd MMMMM yyyy" value="${plugin.lastReleased}" /></strong></li>
<li>Last Updated: <strong><joda:format pattern="dd MMMMM yyyy" value="${plugin.lastUpdated}" /></strong></li>
<li>
Grails version : ${plugin.grailsVersion ?: '*'}
</li>
Expand Down

0 comments on commit b9ed90a

Please sign in to comment.