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
d6b0a60d
Commit
d6b0a60d
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
MLAB-253: replace boostrap.css with m4lab.css on Project Pages
parent
a7f46e4e
master
MLAB-677
devel
patch-1
reset-jul13
reset-merge
testing
6 merge requests
!143
updating yml config
,
!64
Prepare production
,
!63
Prepare after testing
,
!62
Testing
,
!59
Mlab 240
,
!50
Mlab 253
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
views/DE/project/addProjectOverview.pug
+2
-1
views/DE/project/addProjectOverview.pug
views/DE/project/landingpage.pug
+2
-1
views/DE/project/landingpage.pug
views/DE/project/mailinglists.pug
+2
-1
views/DE/project/mailinglists.pug
views/DE/project/project-simplified.pug
+2
-1
views/DE/project/project-simplified.pug
views/DE/project/projectOverview.pug
+2
-1
views/DE/project/projectOverview.pug
views/DE/project/projects.pug
+1
-1
views/DE/project/projects.pug
views/DE/project/videoconferences.pug
+2
-1
views/DE/project/videoconferences.pug
with
13 additions
and
7 deletions
+13
-7
views/DE/project/addProjectOverview.pug
+
2
-
1
View file @
d6b0a60d
...
...
@@ -4,7 +4,8 @@ html(lang="de")
title= "Add Project Overview"
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
// jQuery UI - Datepicker
link(rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css")
...
...
This diff is collapsed.
Click to expand it.
views/DE/project/landingpage.pug
+
2
-
1
View file @
d6b0a60d
...
...
@@ -4,7 +4,8 @@ html(lang="de")
title= "Project List"
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
body
...
...
This diff is collapsed.
Click to expand it.
views/DE/project/mailinglists.pug
+
2
-
1
View file @
d6b0a60d
...
...
@@ -3,7 +3,8 @@ html(lang="de")
title= "Mailinglisten"
meta(charset="UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
link(rel="stylesheet" href="/fonts/ionicons.min.css")
link(rel="stylesheet" href="/css/Testimonials.css")
...
...
This diff is collapsed.
Click to expand it.
views/DE/project/project-simplified.pug
+
2
-
1
View file @
d6b0a60d
...
...
@@ -4,7 +4,8 @@ html(lang="de")
title= "Project List"
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
style.
.help .card-title > a:before {
...
...
This diff is collapsed.
Click to expand it.
views/DE/project/projectOverview.pug
+
2
-
1
View file @
d6b0a60d
...
...
@@ -4,7 +4,8 @@ html(lang="de")
title= "Project List"
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
body
...
...
This diff is collapsed.
Click to expand it.
views/DE/project/projects.pug
+
1
-
1
View file @
d6b0a60d
...
...
@@ -5,7 +5,7 @@ html(lang="de")
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/
bootstrap
.css")
link(rel="stylesheet", type="text/css", href="/css/
m4lab
.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
body
...
...
This diff is collapsed.
Click to expand it.
views/DE/project/videoconferences.pug
+
2
-
1
View file @
d6b0a60d
...
...
@@ -4,7 +4,8 @@ html(lang="de")
title= "Project List"
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.css")
link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
body
div(class="flex-container")
...
...
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