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

checkbox_component.html.haml « pajamas « components « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e3d4e68a4233747897b156ce36d62f38d224d55 (plain)
1
2
3
4
5
6
.gl-form-checkbox.custom-control.custom-checkbox
  = form.check_box(method,
      formatted_input_options,
      checked_value,
      unchecked_value)
  = render_label_with_help_text