summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/issues_show.html.haml
blob: 06c2ab1e823a87b97374d1a5d6a2e3a120303591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
:css
  .hidden { display: none !important; }

.flash-container.flash-container-page
  .flash-alert
  .flash-notice

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

.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'}