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

_form_dates.html.haml « milestones « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 922805958a5126bbeddf48b7ec9789f0545c7d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
.col-md-6
  .form-group.row
    = f.label :start_date, "Start Date", class: "col-form-label col-sm-2"
    .col-sm-10
      = f.text_field :start_date, class: "datepicker form-control", placeholder: "Select start date", autocomplete: 'off'
      %a.inline.float-right.prepend-top-5.js-clear-start-date{ href: "#" } Clear start date
  .form-group.row
    = f.label :due_date, "Due Date", class: "col-form-label col-sm-2"
    .col-sm-10
      = f.text_field :due_date, class: "datepicker form-control", placeholder: "Select due date", autocomplete: 'off'
      %a.inline.float-right.prepend-top-5.js-clear-due-date{ href: "#" } Clear due date