UI Landing: Show link to project edit.
This commit is contained in:
parent
1fd2443bd7
commit
6fa3af50cf
@ -87,6 +87,14 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
||||
|
||||
| {% block body %}
|
||||
|
||||
| {% if project.has_method('PUT') %}
|
||||
+nav-secondary
|
||||
+nav-secondary-link(
|
||||
href="{{ url_for('projects.edit', project_url=project.url) }}",
|
||||
class="text-white")
|
||||
i.pi-edit.pr-2
|
||||
span Edit Project
|
||||
| {% endif %}
|
||||
|
||||
- var jumbotron_title = '{{ project.name }}';
|
||||
- var jumbotron_lead = '{{ project.summary }}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user