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

_project_creation_levels.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00f495a26dc67183cda689f5366ec3f02a18f437 (plain)
1
2
3
4
5
6
7
- method = local_assigns.fetch(:method, nil)
- legend = local_assigns.fetch(:legend, nil)

%fieldset.form-group
  %legend.h5.gl-border-none.gl-mt-0.gl-mb-3= legend
  - Gitlab::Access.project_creation_options.each do |label, value|
    = f.gitlab_ui_radio_component method, value, label