Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
srctweb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
srctweb
Commits
d47b45a3
Commit
d47b45a3
authored
Feb 16, 2014
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
the footer is now properly linkified
parent
44dd7f4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
srctweb/website/templates/layouts/footer.html
srctweb/website/templates/layouts/footer.html
+4
-4
srctweb/website/templates/layouts/navbar.html
srctweb/website/templates/layouts/navbar.html
+1
-1
No files found.
srctweb/website/templates/layouts/footer.html
View file @
d47b45a3
...
...
@@ -9,10 +9,10 @@
and
<a
href=
"https://www.gnu.org/licenses/gpl-3.0.html"
>
contribute
</a>
to
<a
href=
"http://git.gmu.edu/srct/srctweb"
>
our code
</a>
.
Our
<a
href=
"http://universitypolicy.gmu.edu/policies/responsible-use-of-computing/"
>
Usage Policy
</a>
,
<a
href=
"
#termsof
service"
>
Terms of Service
</a>
,
<a
href=
"
#privacy
policy"
>
Privacy Policy
</a>
, and
<a
href=
"
#
constitution"
>
Constitution
</a>
.
<a
href=
"
#
contact"
>
Contact
</a>
Us.
Usage Policy
</a>
,
<a
href=
"
/documents/terms_of_
service"
>
Terms of Service
</a>
,
<a
href=
"
/documents/privacy_
policy"
>
Privacy Policy
</a>
, and
<a
href=
"
/documents/
constitution"
>
Constitution
</a>
.
<a
href=
"
/
contact"
>
Contact
</a>
Us.
</div>
</small>
</div>
...
...
srctweb/website/templates/layouts/navbar.html
View file @
d47b45a3
...
...
@@ -18,7 +18,7 @@
<li><a
href=
"/meetings"
>
Meetings
</a></li>
<li><a
href=
"/calendar"
>
Calendar
</a>
<li><a
href=
"/documents"
>
Documents
</a></li>
<li><a
href=
"contact"
>
Contact
</a>
<li><a
href=
"
/
contact"
>
Contact
</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