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
srct.gmu.io
Commits
e7cd7d7f
Commit
e7cd7d7f
authored
Oct 01, 2014
by
Jean Michel Rouly
Browse files
Phrases should not be split into multiple links, bad ux. @renfredxh pull pls.
parent
e03b22da
Changes
1
Show whitespace changes
Inline
Side-by-side
srctweb/website/templates/layouts/footer.html
View file @
e7cd7d7f
...
...
@@ -3,8 +3,7 @@
<small>
<div
class=
"col-lg-12 text-center"
>
A
<a
href=
"{{ url_for('projects') }}"
>
project
</a>
of
<a
href=
"https://www.gmu.edu"
>
Mason
</a>
<a
href=
"/"
>
SRCT
</a>
,
<a
href=
"/"
>
Mason SRCT
</a>
,
<a
href=
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
>
CC-BY-SA
</a>
2014.
<a
href=
"{{ url_for('contact') }}"
>
Contact
</a>
Us.
...
...
@@ -13,8 +12,7 @@
<a
href=
"{{ url_for('privacyPolicy') }}"
>
Privacy
</a>
.
Read
<a
href=
"http://wiki.srct.gmu.edu/wiki/index.php/SRCTweb"
>
docs
</a>
and
<a
href=
"https://www.gnu.org/licenses/gpl-3.0.html"
>
contribute
</a>
to
<a
href=
"{{ url_for('softwareFreedom') }}"
>
our
</a>
<a
href=
"http://git.gmu.edu/srct/srctweb"
>
code
</a>
.
to
<a
href=
"http://git.gmu.edu/srct/srctweb"
>
our code
</a>
.
</div>
</small>
</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