summaryrefslogtreecommitdiff
path: root/app/views/projects/jobs/_empty_state.html.haml
blob: 311934d9c334484132cbba328608e2db1c23ded1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- illustration = local_assigns.fetch(:illustration)
- illustration_size = local_assigns.fetch(:illustration_size)
- title = local_assigns.fetch(:title)
- content = local_assigns.fetch(:content, nil)
- action = local_assigns.fetch(:action, nil)

.row.empty-state
  .col-xs-12
    .svg-content{ class: illustration_size }
      = image_tag illustration
  .col-xs-12
    .text-content
      %h4.text-center= title
      - if content
        %p= content
      - if action
        .text-center
          = action