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

merge_requests_show.html.haml « fixtures « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8447dfdda3205e6ac5b25a6cb25da8ba7ba3bffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%a.btn-close

.detail-page-description
  .description.js-task-list-container
    .wiki
      %ul.task-list
        %li.task-list-item
          %input.task-list-item-checkbox{type: 'checkbox'}
          Task List Item
      %textarea.js-task-list-field
        \- [ ] Task List Item

%form.js-issuable-update{action: '/foo'}