Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
grails-plugin-sweng-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
infrastructure
grails-plugin-sweng-ui
Commits
ebea21ca
Commit
ebea21ca
authored
Mar 03, 2017
by
janosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to grails 1.3.7
parent
d78a3af4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
application.properties
application.properties
+4
-4
grails-app/views/layouts/main_sweng_java_ui.gsp
grails-app/views/layouts/main_sweng_java_ui.gsp
+5
-0
No files found.
application.properties
View file @
ebea21ca
#Grails Metadata file
#Tue
Mar 15 14:57:43 CE
T 2011
app.grails.version
=
1.3.
4
#Tue
Aug 09 16:34:27 CES
T 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
grails-app/views/layouts/main_sweng_java_ui.gsp
View file @
ebea21ca
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment