Project thumbnail link to project root, not about
This commit is contained in:
parent
7219c5ca72
commit
c284156723
@ -51,12 +51,8 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v
|
|||||||
#project-side-container
|
#project-side-container
|
||||||
#project_sidebar
|
#project_sidebar
|
||||||
ul.project-tabs
|
ul.project-tabs
|
||||||
li.tabs-thumbnail(
|
li.tabs-thumbnail(class="{% if project.picture_square %}image{% endif %}")
|
||||||
title="About",
|
a(href="{{url_for('projects.view', project_url=project.url)}}")
|
||||||
data-toggle="tooltip",
|
|
||||||
data-placement="right",
|
|
||||||
class="{% if title == 'about' %}active {% endif %}{% if project.picture_square %}image{% endif %}")
|
|
||||||
a(href="{{url_for('projects.about', project_url=project.url, _external=True)}}")
|
|
||||||
#project-loading
|
#project-loading
|
||||||
i.pi-spin
|
i.pi-spin
|
||||||
| {% if project.picture_square %}
|
| {% if project.picture_square %}
|
||||||
@ -68,7 +64,7 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v
|
|||||||
title="Browse",
|
title="Browse",
|
||||||
data-toggle="tooltip",
|
data-toggle="tooltip",
|
||||||
data-placement="right",
|
data-placement="right",
|
||||||
class="{% if title != 'about' %}active{% endif %}")
|
class="active")
|
||||||
a(href="{{url_for('projects.view', project_url=project.url, _external=True)}}")
|
a(href="{{url_for('projects.view', project_url=project.url, _external=True)}}")
|
||||||
i.pi-folder
|
i.pi-folder
|
||||||
| {% if not project.is_private %}
|
| {% if not project.is_private %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user