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

_project_templates.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98fdb1d7a0b288e23a3733098823f5c4ae49a248 (plain)
1
2
3
4
5
6
7
8
- f ||= local_assigns[:f]

.project-templates-buttons.import-buttons.col-sm-12
  = render 'projects/project_templates/built_in_templates'

.project-fields-form
  = render 'projects/project_templates/project_fields_form'
  = render 'projects/new_project_fields', f: f, project_name_id: "template-project-name", hide_init_with_readme: true, track_label: "create_from_template"