diff --git a/templates/workspaces/projects/index.html b/templates/workspaces/projects/index.html index 0ae585fa..3c073ade 100644 --- a/templates/workspaces/projects/index.html +++ b/templates/workspaces/projects/index.html @@ -25,10 +25,12 @@

{{ project.name }} ({{ project.environments|length }} environments)

- - {{ Icon('edit') }} - edit - + {% if user_can(permissions.RENAME_APPLICATION_IN_WORKSPACE) %} + + {{ Icon('edit') }} + edit + + {% endif %}