Merge pull request #1109 from ZmagoD/zd_SCI_2297_v3

add permission to column management [fixes SCI-2297]
This commit is contained in:
Zmago Devetak 2018-04-20 09:57:30 +02:00 committed by GitHub
commit e94f1ad6aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@
class: "rename-repo-option",
remote: true %>
</li>
<% end %>
<% if can_create_repository_columns?(@repository.team) %>
<li>
<%= link_to t('repositories.index.options_dropdown.manage_columns'),
repository_repository_columns_path(@repository) %>