Skip to content
Snippets Groups Projects
Commit 5ad5011c authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Merge branch 'develop' into redmine-issues/11732

parents 5802e1e9 ebfdd8ed
No related branches found
No related tags found
1 merge request!60REDMINE_ISSUE-11732
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -13,18 +13,16 @@
</h2>
<h4 id="les_projets" class="ui horizontal divider header">PROJETS</h4>
<!-- //todo : v-if can_create_project -->
<div class="flex">
<router-link
v-if="user"
v-if="user && user.can_create_project"
:to="{ name: 'project_create', params: { action: 'create' } }"
class="ui green basic button"
>
<i class="plus icon"></i> Créer un nouveau projet
</router-link>
<!-- //todo : v-if can_create_project -->
<router-link
v-if="user"
v-if="user && user.can_create_project"
:to="{
name: 'project_type_list',
}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment