Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
f50e4d4c
Commit
f50e4d4c
authored
Jan 30, 2020
by
Robert Czechowski
Browse files
Add link to index page in profile that is shown _after saving_ the profile
parent
9f5e42e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/profile.hbs
View file @
f50e4d4c
...
...
@@ -101,14 +101,17 @@
<div
style=
"color:green; font-weight:bold"
>
{{#if
NothingChanged
}}
<p>
Keine Änderungen.
</p>
<p><a
href=
"/"
>
Zurück zur Startseite!
</a></p>
{{/if}}
{{#if
DataChanged
}}
<p>
Daten wurden erfolgreich geändert.
</p>
<p><a
href=
"/"
>
Zurück zur Startseite!
</a></p>
{{/if}}
{{#if
PasswordChanged
}}
<p>
Passwort wurde erfolgreich geändert.
</p>
<p><a
href=
"/"
>
Zurück zur Startseite!
</a></p>
{{/if}}
{{#if
PasswordMissmatch
}}
...
...
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