UI Landing: Replace Blog updates with Timeline.

This commit is contained in:
2019-03-27 12:14:24 +01:00
parent 6fa3af50cf
commit 2f854ebeee

View File

@@ -144,20 +144,9 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
.row
.col-md-10.mx-auto
h2.pb-3.text-center Latest Updates
| {% if activity_stream %}
+card-deck(class="px-2")
| {% for n in activity_stream %}
| {% if n.node_type == 'post' %}
| {{ asset_list_item(n, current_user) }}
| {% endif %}
| {% endfor %}
| {% endif %}
.text-center.p-5
a.btn.btn-outline-primary.px-5(href="{{ url_for('main.project_blog', project_url=project.url) }}") See All Updates
h2.pb-3 Timeline
.timeline-dark
+timeline("{{ project._id }}")
| {% endblock body %}