Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
91409e3b
Commit
91409e3b
authored
Jul 21, 2015
by
michael.simon
Browse files
fix relative paths
parent
f4efd17b
Changes
2
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/admin/group/show-homeorg-group.xhtml
View file @
91409e3b
...
...
@@ -91,7 +91,7 @@
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.eppn}"
/>
</f:facet>
<h:link
outcome=
"
..
/user/show-user.xhtml"
value=
"#{userGroup.user.eppn}"
>
<h:link
outcome=
"
/admin
/user/show-user.xhtml"
value=
"#{userGroup.user.eppn}"
>
<f:param
name=
"id"
value=
"#{userGroup.user.id}"
/>
</h:link>
</p:column>
...
...
bwreg-webapp/src/main/webapp/admin/group/show-local-group.xhtml
View file @
91409e3b
...
...
@@ -100,7 +100,7 @@
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.eppn}"
/>
</f:facet>
<h:link
outcome=
"
..
/user/show-user.xhtml"
value=
"#{userGroup.user.eppn}"
>
<h:link
outcome=
"
/admin
/user/show-user.xhtml"
value=
"#{userGroup.user.eppn}"
>
<f:param
name=
"id"
value=
"#{userGroup.user.id}"
/>
</h:link>
</p:column>
...
...
@@ -179,7 +179,7 @@
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.eppn}"
/>
</f:facet>
<h:link
outcome=
"
..
/user/show-user.xhtml"
value=
"#{user.eppn}"
>
<h:link
outcome=
"
/admin
/user/show-user.xhtml"
value=
"#{user.eppn}"
>
<f:param
name=
"id"
value=
"#{user.id}"
/>
</h:link>
</p:column>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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