Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
9182d891
Commit
9182d891
authored
Oct 13, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# Fix 361
parent
5e4c8c6c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
layout.html
cps/templates/layout.html
+3
-3
No files found.
cps/templates/layout.html
View file @
9182d891
...
@@ -72,10 +72,8 @@
...
@@ -72,10 +72,8 @@
<li><a
id=
"logout"
href=
"{{url_for('logout')}}"
><span
class=
"glyphicon glyphicon-log-out"
></span><span
class=
"hidden-sm"
>
{{_('Logout')}}
</span></a></li>
<li><a
id=
"logout"
href=
"{{url_for('logout')}}"
><span
class=
"glyphicon glyphicon-log-out"
></span><span
class=
"hidden-sm"
>
{{_('Logout')}}
</span></a></li>
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% if not g.user.is_authenticated %}
<li><a
id=
"login"
href=
"{{url_for('login')}}"
><span
class=
"glyphicon glyphicon-log-in"
></span>
{{_('Login')}}
</a></li>
{% endif %}
{% if g.allow_registration and not g.user.is_authenticated %}
{% if g.allow_registration and not g.user.is_authenticated %}
<li><a
id=
"login"
href=
"{{url_for('login')}}"
><span
class=
"glyphicon glyphicon-log-in"
></span>
{{_('Login')}}
</a></li>
<li><a
id=
"register"
href=
"{{url_for('register')}}"
><span
class=
"glyphicon glyphicon-user"
></span>
{{_('Register')}}
</a></li>
<li><a
id=
"register"
href=
"{{url_for('register')}}"
><span
class=
"glyphicon glyphicon-user"
></span>
{{_('Register')}}
</a></li>
{% endif %}
{% endif %}
</ul>
</ul>
...
@@ -138,7 +136,9 @@
...
@@ -138,7 +136,9 @@
{% if g.user.show_series() %}
{% if g.user.show_series() %}
<li
id=
"nav_serie"
><a
href=
"{{url_for('series_list')}}"
><span
class=
"glyphicon glyphicon-bookmark"
></span>
{{_('Series')}}
</a></li>
<li
id=
"nav_serie"
><a
href=
"{{url_for('series_list')}}"
><span
class=
"glyphicon glyphicon-bookmark"
></span>
{{_('Series')}}
</a></li>
{%endif%}
{%endif%}
{% if g.user.show_author() %}
<li
id=
"nav_author"
><a
href=
"{{url_for('author_list')}}"
><span
class=
"glyphicon glyphicon-user"
></span>
{{_('Authors')}}
</a></li>
<li
id=
"nav_author"
><a
href=
"{{url_for('author_list')}}"
><span
class=
"glyphicon glyphicon-user"
></span>
{{_('Authors')}}
</a></li>
{%endif%}
{% if g.user.filter_language() == 'all' and g.user.show_language() %}
{% if g.user.filter_language() == 'all' and g.user.show_language() %}
<li
id=
"nav_lang"
><a
href=
"{{url_for('language_overview')}}"
><span
class=
"glyphicon glyphicon-flag"
></span>
{{_('Languages')}}
</a></li>
<li
id=
"nav_lang"
><a
href=
"{{url_for('language_overview')}}"
><span
class=
"glyphicon glyphicon-flag"
></span>
{{_('Languages')}}
</a></li>
{%endif%}
{%endif%}
...
...
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