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
m4lab_tv1
User Account
Commits
3eaf228d
Commit
3eaf228d
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
test: logoutbutton in account menu
parent
e28dd2ec
master
MLAB-677
devel
patch-1
reset-jul13
reset-merge
test_logoutbutton
testing
Pipeline
#586
passed with stage
in 14 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+2
-1
.gitlab-ci.yml
views/DE/account/home.pug
+1
-0
views/DE/account/home.pug
views/DE/account/profile.pug
+1
-0
views/DE/account/profile.pug
views/DE/account/security.pug
+1
-0
views/DE/account/security.pug
views/DE/account/services.pug
+1
-0
views/DE/account/services.pug
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
+
2
-
1
View file @
3eaf228d
...
...
@@ -8,4 +8,5 @@ pages-devel:
tags
:
-
testing
only
:
-
testing
\ No newline at end of file
-
testing
-
test_logoutbutton
\ No newline at end of file
This diff is collapsed.
Click to expand it.
views/DE/account/home.pug
+
1
-
0
View file @
3eaf228d
...
...
@@ -37,6 +37,7 @@ html(lang="de")
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
a(class="nav-link" href="/logout" aria-selected="false") Logout
div(class="col-sm-9")
p content goes here
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/profile.pug
+
1
-
0
View file @
3eaf228d
...
...
@@ -37,6 +37,7 @@ html(lang="de")
a(class="nav-link" href="#" 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
a(class="nav-link" href="/logout" aria-selected="false") Logout
div(class="col-sm-9")
if successes
for success in successes
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/security.pug
+
1
-
0
View file @
3eaf228d
...
...
@@ -40,6 +40,7 @@ html(lang="de")
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="/account/services" aria-selected="false") Projekte und Dienste
a(class="nav-link" href="/logout" aria-selected="false") Logout
div(class="col-sm-9")
if successes
for success in successes
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/services.pug
+
1
-
0
View file @
3eaf228d
...
...
@@ -37,6 +37,7 @@ html(lang="de")
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
a(class="nav-link" href="/logout" aria-selected="false") Logout
div(class="col-sm-9")
if successes
for success in 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