Commit 964c3f1a authored by George Tsiolis's avatar George Tsiolis

Remove empty div for non-authorized users to creaate epics

parent 0ad2c115
......@@ -16,6 +16,6 @@
= _('To widen your search, change or remove filters.')
- else
= _('Track groups of issues that share a theme, across projects and milestones')
.text-center
- if can?(current_user, :create_epic, @group)
- if can?(current_user, :create_epic, @group)
.text-center
#new-epic-app{ data: { endpoint: request.url } }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment