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
3642f516
Commit
3642f516
authored
Dec 16, 2013
by
Jean Michel Rouly
Browse files
Added vertical bar spacers.
parent
a6f703d7
Changes
1
Show whitespace changes
Inline
Side-by-side
go/templates/navbar.html
View file @
3642f516
<p
id=
"tagline"
>
[
<a
href=
"{% url 'about' %}"
>
What is Go?
</a>
]
{% if user.is_authenticated %}
[
<a
href=
"{% url 'my_links' %}"
>
My Links
</a>
]
[
<a
href=
"{% url 'go_logout' %}"
>
Log Out
</a>
]
|
[
<a
href=
"{% url 'my_links' %}"
>
My Links
</a>
]
|
[
<a
href=
"{% url 'go_logout' %}"
>
Log Out
</a>
]
{% else %}
[
<a
href=
"{% url 'go_login' %}"
>
Log In
</a>
]
|
[
<a
href=
"{% url 'go_login' %}"
>
Log In
</a>
]
{% endif %}
</p>
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