UI Landing: Replace Blog updates with Timeline.
This commit is contained in:
parent
6fa3af50cf
commit
2f854ebeee
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user