Project Landing: Fix missing pillar-font
This commit is contained in:
@@ -78,6 +78,7 @@ script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-hotke
|
|||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
| {% block css %}
|
| {% block css %}
|
||||||
|
link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet")
|
||||||
link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
|
link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet")
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
@@ -158,7 +159,9 @@ header
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
a.btn(href="{{ url_for('main.project_blog', project_url=project.url) }}") See all updates
|
|
||||||
|
.text-center.p-5
|
||||||
|
a.btn.btn-outline-secondary.px-5(href="{{ url_for('main.project_blog', project_url=project.url) }}") See All Updates
|
||||||
|
|
||||||
| {% endblock body %}
|
| {% endblock body %}
|
||||||
|
|
||||||
|
@@ -200,7 +200,7 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css') }
|
|||||||
href="javascript:void(0);",
|
href="javascript:void(0);",
|
||||||
title="Edit",
|
title="Edit",
|
||||||
data-project_id="{{project._id}}")
|
data-project_id="{{project._id}}")
|
||||||
i.button-edit-icon.pi-edit
|
i.button-edit-icon.pi-edit.pr-2
|
||||||
| Edit Project
|
| Edit Project
|
||||||
|
|
||||||
li.dropdown
|
li.dropdown
|
||||||
|
Reference in New Issue
Block a user