summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_tags/_index.html.haml
blob: 955220562a624d82b98eff6852785d4ce69d680d (plain)
1
2
3
4
5
6
7
8
9
10
- content_for :page_specific_javascripts do
  = page_specific_javascript_bundle_tag('protected_tags')

- content_for :create_protected_tag do
  = render 'projects/protected_tags/create_protected_tag'

- content_for :tag_list do
  = render "projects/protected_tags/tags_list"

= render 'projects/protected_tags/shared/index'