debian-mirror-gitlab/app/views/projects/protected_tags/_tags_list.html.haml
2017-09-10 17:25:29 +05:30

4 lines
269 B
Text

- can_admin_project = can?(current_user, :admin_project, @project)
= render layout: 'projects/protected_tags/shared/tags_list' do
= render partial: 'projects/protected_tags/protected_tag', collection: @protected_tags, locals: { can_admin_project: can_admin_project}