Do not douple check project permssions for project macro

This commit is contained in:
Alexander Meindl 2022-06-25 12:28:47 +02:00
parent 22e0fc68fa
commit 4b8db9e28b

View File

@ -8,7 +8,7 @@
td.name
span[style='font-weight: bold;']
- if AdditionalsPlugin.active_reporting?
= project_name_with_icon project
= project_name_with_icon project, permission: true
- else
= link_to_project project
- if project.homepage?