BigW Consortium Gitlab

issues_show.html.haml 624 Bytes
Newer Older
1 2 3
:css
  .hidden { display: none !important; }

4
.flash-container
5 6
  .flash-alert
  .flash-notice
7

8 9
.status-box.status-box-open Open
.status-box.status-box-closed.hidden Closed
10 11
%a.btn-close{"href" => "http://gitlab.com/issues/6/close"} Close
%a.btn-reopen.hidden{"href" => "http://gitlab.com/issues/6/reopen"} Reopen
12

13
.detail-page-description
14 15 16 17 18 19 20 21 22
  .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

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