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
1196ec54
Commit
1196ec54
authored
Jan 24, 2015
by
Jean Michel Rouly
Browse files
Merge branch 'master' of git.gmu.edu:srct/srctweb
parents
dd67b700
d0d23909
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/website/templates/layouts/navbar.html
View file @
1196ec54
...
...
@@ -13,9 +13,10 @@
<div
class=
"collapse navbar-collapse navbar-ex1-collapse"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"{{ url_for('projects')}}"
>
Projects
</a></li>
<li><a
href=
"{{ url_for('people')}}"
>
People
</a></li>
<li><a
href=
" //hackmason.org "
>
Events
</a></li>
<li><a
href=
"{{ url_for('calendar')}}"
>
Calendar
</a>
<li><a
href=
"http://blog.srct.gmu.edu"
>
Blog
</a>
<li><a
href=
"{{ url_for('people')}}"
>
People
</a></li>
<li
class=
"dropdown"
>
<a
id=
"drop1"
href=
"#"
role=
"button"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Documents
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop1"
>
...
...
@@ -29,7 +30,6 @@
</ul>
</li>
<li><a
href=
"{{ url_for('contact')}}"
>
Contact
</a>
<li><a
href=
"http://blog.srct.gmu.edu"
>
Blog
</a>
</ul>
</div>
<!--/.nav-collapse -->
</div>
...
...
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