Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
24d82626
Commit
24d82626
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
menu links adapted account
parent
218128d9
1 merge request
!24
Mlab 202a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
views/DE/account/home.pug
+3
-3
views/DE/account/home.pug
views/DE/account/profile.pug
+2
-2
views/DE/account/profile.pug
views/DE/account/security.pug
+2
-2
views/DE/account/security.pug
views/DE/account/services.pug
+2
-2
views/DE/account/services.pug
with
9 additions
and
9 deletions
+9
-9
views/DE/account/home.pug
+
3
-
3
View file @
24d82626
...
...
@@ -34,9 +34,9 @@ html(lang="de")
h5
span #{user.firstname} #{user.lastname}
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="/profile" aria-selected="true") Benutzerprofil
a(class="nav-link" href="/security" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="/services" aria-selected="false") Projekte und Dienste
a(class="nav-link" href="/
account/
profile" aria-selected="true") Benutzerprofil
a(class="nav-link" href="/
account/
security" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="/
account/
services" aria-selected="false") Projekte und Dienste
div(class="col-sm-9")
p content goes here
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/profile.pug
+
2
-
2
View file @
24d82626
...
...
@@ -35,8 +35,8 @@ html(lang="de")
span #{user.firstname} #{user.lastname}
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="#" aria-selected="true") Benutzerprofil
a(class="nav-link" href="/security" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="/services" aria-selected="false") Projekte und Dienste
a(class="nav-link" href="/
account/
security" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="/
account/
services" aria-selected="false") Projekte und Dienste
div(class="col-sm-9")
if successes
for success in successes
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/security.pug
+
2
-
2
View file @
24d82626
...
...
@@ -37,9 +37,9 @@ html(lang="de")
h5
span #{user.firstName} #{user.lastName}
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="/profile" aria-selected="true") Benutzerprofil
a(class="nav-link" href="/
account/
profile" aria-selected="true") Benutzerprofil
a(class="nav-link" href="#" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="/services" aria-selected="false") Projekte und Dienste
a(class="nav-link" href="/
account/
services" aria-selected="false") Projekte und Dienste
div(class="col-sm-9")
if successes
for success in successes
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/services.pug
+
2
-
2
View file @
24d82626
...
...
@@ -34,8 +34,8 @@ html(lang="de")
h5
span #{user.firstName} #{user.lastName}
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="/profile" aria-selected="true") Benutzerprofil
a(class="nav-link" href="/security" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="/
account/
profile" aria-selected="true") Benutzerprofil
a(class="nav-link" href="/
account/
security" aria-selected="false") Sicherheitseinstellungen
a(class="nav-link" href="#" aria-selected="false") Projekte und Dienste
div(class="col-sm-9")
if successes
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets