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
c40a4119
Commit
c40a4119
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
fix broken links
parent
16289931
master
MLAB-677
devel
reset-jul13
reset-merge
testing
5 merge requests
!143
updating yml config
,
!91
Prepare prod
,
!90
Testing
,
!89
Testing
,
!71
MLAB-383: fix broken links
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app.js
+3
-3
app.js
views/DE/account/newInformation.pug
+1
-1
views/DE/account/newInformation.pug
views/DE/account/services.pug
+1
-1
views/DE/account/services.pug
views/DE/account/updateInformation.pug
+1
-1
views/DE/account/updateInformation.pug
with
6 additions
and
6 deletions
+6
-6
app.js
+
3
-
3
View file @
c40a4119
...
...
@@ -69,14 +69,14 @@ app.use(function(req, res, next) {
require
(
'
./routes/routes-account
'
)(
app
,
config
,
passport
,
i18n
);
// Handle 404
app
.
use
(
function
(
req
,
res
,
next
)
{
res
.
status
(
404
).
render
(
'
./
DE/404
'
)
app
.
use
(
function
(
req
,
res
)
{
res
.
status
(
404
).
render
(
'
DE/404
'
)
})
// Handle 500 - any server error
app
.
use
(
function
(
err
,
req
,
res
,
next
)
{
console
.
error
(
err
.
stack
)
res
.
status
(
500
).
render
(
'
./
DE/500
'
,
{
res
.
status
(
500
).
render
(
'
DE/500
'
,
{
error
:
err
})
})
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/newInformation.pug
+
1
-
1
View file @
c40a4119
...
...
@@ -38,7 +38,7 @@ html(lang="de")
nav(aria-label="breadcrumb")
ol(class="breadcrumb")
li(class="breadcrumb-item")
a(href="/account") Konto
a(href="/account
/
") Konto
li(class="breadcrumb-item")
a(href="/account/services") Projekte und Dienste
li(class="breadcrumb-item active" aria-current="page") Neue Projektinformation
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/services.pug
+
1
-
1
View file @
c40a4119
...
...
@@ -38,7 +38,7 @@ html(lang="de")
nav(aria-label="breadcrumb")
ol(class="breadcrumb")
li(class="breadcrumb-item")
a(href="/account") Konto
a(href="/account
/
") Konto
li(class="breadcrumb-item active" aria-current="page") Projekte und Dienste
div(class="container")
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/updateInformation.pug
+
1
-
1
View file @
c40a4119
...
...
@@ -38,7 +38,7 @@ html(lang="de")
nav(aria-label="breadcrumb")
ol(class="breadcrumb")
li(class="breadcrumb-item")
a(href="/account") Konto
a(href="/account
/
") Konto
li(class="breadcrumb-item")
a(href="/account/services") Projekte und Dienste
li(class="breadcrumb-item active" aria-current="page") Information aktualisieren
...
...
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