Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
2b59b126
Commit
2b59b126
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
UI update
parent
a860c7ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
views/DE/account/home.pug
+1
-1
views/DE/account/home.pug
views/DE/account/services.pug
+9
-5
views/DE/account/services.pug
with
10 additions
and
6 deletions
+10
-6
views/DE/account/home.pug
+
1
-
1
View file @
2b59b126
...
...
@@ -25,7 +25,7 @@ html(lang="de")
ul(class="flex-md-column flex-row navbar-nav w-100 justify-content-between")
li(class="nav-item")
a(class="nav-link pl-0 text-nowrap" href="#")
span(class="font-weight-bold" style="color:black;") #{user.f
irstname} #{user.lastn
ame}
span(class="font-weight-bold" style="color:black;") #{user.f
ullN
ame}
li(class="nav-item")
a(class="nav-link pl-0" href="/account/profile")
i(class="fa fa-user fa-fw")
...
...
This diff is collapsed.
Click to expand it.
views/DE/account/services.pug
+
9
-
5
View file @
2b59b126
...
...
@@ -16,7 +16,7 @@ html(lang="de")
ul(class="flex-md-column flex-row navbar-nav w-100 justify-content-between")
li(class="nav-item")
a(class="nav-link pl-0 text-nowrap" href="/")
span(class="font-weight-bold" style="color:black;") #{user.f
irstname} #{user.lastn
ame}
span(class="font-weight-bold" style="color:black;") #{user.f
ullN
ame}
li(class="nav-item")
a(class="nav-link pl-0" href="/account/profile")
i(class="fa fa-user fa-fw")
...
...
@@ -49,17 +49,21 @@ html(lang="de")
div(class="row pb-1")
div(class="col font-weight-bold") Projektinformationen
div(class="col text-right")
a(href="/new
Pages
" class="btn btn-sm btn-success" role="button") New Information
a(href="/new
Information
" class="btn btn-sm btn-success" role="button") New Information
table(class="table")
for item in gitlabPages
- var img = item.avatar_url
- let img = item.logo
- let editNewPageLink = "/account/updateInformation?id="+item.id
tr
td
img(src=img, width="45", height="45")
td #{item.name}
if item.isPublished
td
a(href=editNewPageLink+"&s=y" class="link-dark") #{item.name}
td published
else
td
a(href=editNewPageLink+"&s=n" class="link-dark") #{item.name}
td not published yet
div(class="container")
div(class="row pb-1")
...
...
@@ -68,7 +72,7 @@ html(lang="de")
button(type="button", class="btn btn-sm btn-success") New Code and Data
table(class="table")
for item in gitlabRepos
-
var
img = item.
avatar_url
-
let
img = item.
logo
tr
td
img(src=img, width="45", height="45")
...
...
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