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
SRCT
srctweb
Commits
1facfca8
Commit
1facfca8
authored
Aug 17, 2017
by
Michael T Bailey
Browse files
Make nav fit easier
parent
807935ad
Pipeline
#1513
passed with stage
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
srctweb/_data/navigation.yml
View file @
1facfca8
...
...
@@ -18,7 +18,7 @@ main:
-
title
:
"
Constitution"
url
:
"
/documents/constitution/"
-
title
:
"
Usage
Policy"
-
title
:
"
Usage
/Disclosure
Policy"
url
:
"
/documents/usage_policy/"
-
title
:
"
Terms
of
Service"
...
...
srctweb/_includes/documents_menu.html
View file @
1facfca8
...
...
@@ -4,7 +4,7 @@
<div
class=
"list-group"
>
<a
href=
"/documents/policy/"
class=
"list-group-item {% if page.title == 'General Policy' %}active{% endif %}"
>
General Policy
</a>
<a
href=
"/documents/constitution/"
class=
"list-group-item {% if page.title == 'Constitution' %}active{% endif %}"
>
Constitution
</a>
<a
href=
"/documents/usage_policy/"
class=
"list-group-item {% if page.title == 'Usage Policy' %}active{% endif %}"
>
Usage
&
Disclosure Policy
</a>
<a
href=
"/documents/usage_policy/"
class=
"list-group-item {% if page.title == 'Usage Policy' %}active{% endif %}"
>
Usage
/
Disclosure Policy
</a>
<a
href=
"/documents/terms_of_service/"
class=
"list-group-item {% if page.title == 'Terms of Service' %}active{% endif %}"
>
Terms of Service
</a>
<a
href=
"/documents/privacy_policy/"
class=
"list-group-item {% if page.title == 'Privacy Policy' %}active{% endif %}"
>
Privacy Policy
</a>
<a
href=
"/documents/intellectual_property/"
class=
"list-group-item {% if page.title == 'Intellectual Property' %}active{% endif %}"
>
Intellectual Property
</a>
...
...
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