summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/components/_blank_state.html.haml
blob: 0af40ddf8fe75461a9d906ef53e3d9c459c55d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%board-blank-state{ "inline-template" => true,
  "v-if" => 'list.id == "blank"' }
  .board-blank-state
    %p
      Add the following default lists to your Issue Board with one click:
    %ul.board-blank-state-list
      %li{ "v-for" => "label in predefinedLabels" }
        %span.label-color{ ":style" =>  "{ backgroundColor: label.color } " }
        {{ label.title }}
    %p
      Starting out with the default set of lists will get you right on the way to making the most of your board.
    %button.btn.btn-create.btn-inverted.btn-block{ type: "button", "@click.stop" => "addDefaultLists" }
      Add default lists
    %button.btn.btn-default.btn-block{ type: "button", "@click.stop" => "clearBlankState" }
      Nevermind, I'll use my own