Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
b40ce607
Commit
b40ce607
authored
Jan 4, 2010
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
fixed footer to add login link
parent
f307cc3e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
helios
+1
-1
1 addition, 1 deletion
helios
server_ui/templates/base.html
+1
-0
1 addition, 0 deletions
server_ui/templates/base.html
with
2 additions
and
1 deletion
helios
@
28e723cd
Compare
d94f76c9
...
28e723cd
Subproject commit
d94f76c9f6e14ab92a702dbeaae2dd5cde927038
Subproject commit
28e723cdbbb0287d325519788bf7ed2556949325
This diff is collapsed.
Click to expand it.
server_ui/templates/base.html
+
1
−
0
View file @
b40ce607
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
{% if user %}
{% if user %}
logged in as {{user.user_id}} [
<a
href=
"{% url auth.views.logout %}"
>
logout
</a>
]
<br
/>
logged in as {{user.user_id}} [
<a
href=
"{% url auth.views.logout %}"
>
logout
</a>
]
<br
/>
{% else %}
{% else %}
not logged in. [
<a
href=
"{% url auth.views.index %}"
>
log in
</a>
]
<br
/>
{% endif %}
{% endif %}
<a
href=
"http://heliosvoting.org"
>
About Helios
</a>
<a
href=
"http://heliosvoting.org"
>
About Helios
</a>
{% for footer_link in settings.FOOTER_LINKS %}
{% for footer_link in settings.FOOTER_LINKS %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment