Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a5b3e571
Commit
a5b3e571
authored
Dec 07, 2018
by
Corentin Mors
⚔
Browse files
Edit menu with good routes
parent
785f3d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/layout/base.html
View file @
a5b3e571
...
...
@@ -33,36 +33,31 @@
</div>
<ul
class=
"list-unstyled components"
>
<li>
<a
href=
"#dashboardSubmenu"
data-toggle=
"collapse"
aria-expanded=
"false"
class=
"dropdown-toggle"
>
Dashboard
</a>
<ul
class=
"collapse list-unstyled"
id=
"dashboardSubmenu"
>
<li>
<a
href=
"#"
>
Devices
</a>
</li>
<li>
<a
href=
"#"
>
Personnal
</a>
</li>
</ul>
<li>
<a
href=
"/"
>
Home
</a>
</li>
<li>
<a
href=
"/dashboard"
>
Dashboard
</a>
</li>
<li>
<a
href=
"#missionSubmenu"
data-toggle=
"collapse"
aria-expanded=
"false"
class=
"dropdown-toggle"
>
Missions
</a>
<ul
class=
"collapse list-unstyled"
id=
"missionSubmenu"
>
<li>
<a
href=
"
#"
>
All
</a>
<a
href=
"
/missions"
>
All mission
</a>
</li>
<li>
<a
href=
"
#
"
>
Checklists
</a>
<a
href=
"
/checklists
"
>
Checklists
</a>
</li>
<li>
<a
href=
"
#
"
>
Resources
</a>
<a
href=
"
/resources
"
>
Resources
</a>
</li>
</ul>
</li>
<li>
<a
href=
"
#
"
>
Weather
</a>
<a
href=
"
/weather
"
>
Weather
</a>
</li>
<li>
<a
href=
"
#
"
>
Map
</a>
<a
href=
"
/location
"
>
Map
</a>
</li>
</ul>
</nav>
...
...
Write
Preview
Markdown
is supported
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