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
roomlist
Commits
36847005
Commit
36847005
authored
Nov 25, 2014
by
Jason Yeomans
Browse files
fixed navbar links
parent
dfdcab81
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/templates/layouts/buildings.html
deleted
100644 → 0
View file @
dfdcab81
{% extends 'layouts/base.html' %}
{% block title %}
GMU RoomList
•
Homepage
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
GMU
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
>
List of buildings in database:
</p>
</div>
</div>
</div>
<div
class=
"row"
>
</div>
{% endblock %}
roomlist/templates/layouts/navbar.html
View file @
36847005
...
...
@@ -15,7 +15,7 @@
</li>
<li><a
href=
"/#about"
>
About
</a>
</li>
<li><a
href=
"/buildings"
>
Buildings
</a>
<li><a
href=
"/
housing/
buildings"
>
Buildings
</a>
</li>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
...
...
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