Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.html.haml « protected_tags « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b284fda35cd9a36184c6921ce1afa30cb5a1d61 (plain)
1
2
3
4
5
6
7
- 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'