UI Landing: Replace Blog updates with Timeline.
This commit is contained in:
@@ -144,20 +144,9 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-10.mx-auto
|
.col-md-10.mx-auto
|
||||||
|
h2.pb-3 Timeline
|
||||||
h2.pb-3.text-center Latest Updates
|
.timeline-dark
|
||||||
|
+timeline("{{ project._id }}")
|
||||||
| {% 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
|
|
||||||
|
|
||||||
| {% endblock body %}
|
| {% endblock body %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user