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
e4ba2b55
Commit
e4ba2b55
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
fix path issue
parent
12318b8d
master
MLAB-677
devel
reset-jul13
reset-merge
testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
routes/routes-account.js
+2
-2
routes/routes-account.js
with
2 additions
and
2 deletions
+2
-2
routes/routes-account.js
+
2
-
2
View file @
e4ba2b55
...
...
@@ -574,8 +574,8 @@ module.exports = function (app, config, passport, i18n) {
curInformation
.
setName
(
gitlabData
[
i
].
name
)
curInformation
.
setDesc
(
gitlabData
[
i
].
description
)
curInformation
.
setLogo
(
gitlabData
[
i
].
avatar_url
)
curInformation
.
setSettingUrl
(
tpGitlabURL
+
gitlabData
[
i
].
namespace
.
path
+
'
/
'
+
gitlabData
[
i
].
nam
e
+
'
/-/edit/master/public/settings.js
'
)
curInformation
.
setKontaktUrl
(
tpGitlabURL
+
gitlabData
[
i
].
namespace
.
path
+
'
/
'
+
gitlabData
[
i
].
nam
e
+
'
/-/edit/master/public/kontakt.html
'
)
curInformation
.
setSettingUrl
(
tpGitlabURL
+
gitlabData
[
i
].
path_with_namespac
e
+
'
/-/edit/master/public/settings.js
'
)
curInformation
.
setKontaktUrl
(
tpGitlabURL
+
gitlabData
[
i
].
path_with_namespac
e
+
'
/-/edit/master/public/kontakt.html
'
)
break
}
...
...
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