Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corentin Mors
avis-de-template-server
Commits
55a4991a
Commit
55a4991a
authored
Dec 07, 2018
by
Corentin Mors
⚔
Browse files
Fix some typos in layout
parent
cce16fd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
views/index.html
View file @
55a4991a
...
...
@@ -8,7 +8,7 @@
<div
class=
" col-md-4 "
style=
"padding-bottom: 1rem;"
>
<a
href=
"/dashboard"
class=
"btn btn-info btn-block"
name=
"DashBoard"
>
<span
style=
"font-size: 40px; color: white;"
><i
class=
"far fa-list-alt"
></span></i>
<h3>
Dash
B
oard
</h3>
<h3>
Dash
b
oard
</h3>
</a>
</div>
...
...
@@ -20,9 +20,9 @@
</div>
<div
class=
"col-md-4 "
href=
"#"
style=
"padding-bottom: 1rem;"
>
<a
href=
"/
mission
s"
class=
"btn btn-info btn-block"
name=
"DashBoard"
>
<a
href=
"/
checklist
s"
class=
"btn btn-info btn-block"
name=
"DashBoard"
>
<span
style=
"font-size: 40px; color: white;"
><i
class=
"fas fa-check-double"
></i></span>
<h3
style=
"font-style: white;"
>
Mission
s
</h3>
<h3
style=
"font-style: white;"
>
Checklist
s
</h3>
</a>
</div>
</div>
...
...
views/layout/base.html
View file @
55a4991a
...
...
@@ -49,7 +49,7 @@
<a
href=
"#missionSubmenu"
data-toggle=
"collapse"
aria-expanded=
"false"
class=
"dropdown-toggle"
>
Missions
</a>
<ul
class=
"collapse list-unstyled"
id=
"missionSubmenu"
>
<li>
<a
href=
"/missions"
>
All mission
</a>
<a
href=
"/missions"
>
All mission
s
</a>
</li>
<li>
<a
href=
"/checklists"
>
Checklists
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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