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
go
Commits
fcc4db12
Commit
fcc4db12
authored
Sep 04, 2014
by
Jean Michel Rouly
Committed by
Chris Reffett
Sep 04, 2014
Browse files
Bootstrapified footer.
parent
36fd71bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
go/go/templates/base.html
View file @
fcc4db12
...
...
@@ -30,22 +30,18 @@
<body>
<div
id=
"wrap"
>
{% include 'navigation.html' %}
{% include 'navigation.html' %}
<div
class=
"container"
>
<div
class=
"container"
>
{% block content %}
{% block content %}
{% endblock %}
{% endblock %}
</div>
{% include 'footer.html' %}
</div>
{% include 'footer.html' %}
{% tracking_code %}
</body>
...
...
go/go/templates/footer.html
View file @
fcc4db12
<div
id=
"signoff"
>
A project of
<a
href=
"http://srct.gmu.edu/"
>
GMU SRCT
</a>
.
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0"
>
Some rights reserved
</a>
.
<br/><br
/>
</div>
<footer>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
A project of
<a
href=
"http://srct.gmu.edu/"
>
GMU SRCT
</a>
.
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0"
>
Some rights reserved
</a>
.
</div>
</div>
</footer>
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