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

_group_form_description.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a895cee8849d16bdf1116454db8a8e82870d82d (plain)
1
2
3
4
5
.row
  .form-group.group-description-holder.col-sm-8
    = f.label :description, _('Group description (optional)'), class: 'label-bold'
    = f.text_area :description, maxlength: 250,
        class: 'form-control js-gfm-input', rows: 4