UI Pages: Show Edit Post link.
This commit is contained in:
parent
46bbd1297b
commit
f31253dd17
@ -5,6 +5,14 @@ include ../../../mixins/components
|
||||
| {% block bodyclasses %}{% endblock %}
|
||||
|
||||
| {% block body %}
|
||||
| {% if project and project.has_method('PUT') %}
|
||||
+nav-secondary
|
||||
+nav-secondary-link(
|
||||
href="{{ url_for('nodes.edit', node_id=node._id) }}")
|
||||
i.pi-edit.pr-2
|
||||
span Edit Post
|
||||
| {% endif %}
|
||||
|
||||
| {% if node.picture %}
|
||||
.expand-image-links.imgs-fluid
|
||||
+jumbotron(
|
||||
|
Loading…
x
Reference in New Issue
Block a user