Skip to content
Snippets Groups Projects
Commit ebea21ca authored by janosch's avatar janosch
Browse files

update to grails 1.3.7

parent d78a3af4
Branches
Tags 0.3
No related merge requests found
#Grails Metadata file
#Tue Mar 15 14:57:43 CET 2011
app.grails.version=1.3.4
#Tue Aug 09 16:34:27 CEST 2011
app.grails.version=1.3.7
app.name=sweng-ui
plugins.hibernate=1.3.4
plugins.tomcat=1.3.4
plugins.hibernate=1.3.7
plugins.tomcat=1.3.7
......@@ -37,7 +37,12 @@
<div class="logon">
<g:link action="manage" controller="userPreference">
<span class="message">
<g:if test="${session?.user?.displayName}">
${session?.user?.displayName}
</g:if>
<g:else>
username
</g:else>
</span>
</g:link>
<div class="logout">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment