Sha256: 840b9069daec2355f5dea96608108bd11b648127fac9fa3e99fd92428c220682

Contents?: true

Size: 597 Bytes

Versions: 42

Compression:

Stored size: 597 Bytes

Contents

- page_title t(".page_title")

%h2 
  Hello, world!

%ol
  %li
    - if @fluentd
      = icon('fa-check text text-success')
      = t('.step1')
    - else
      = icon('fa-warning text text-danger')
      = link_to t('.step1'), daemon_path
  %li
    - if @fluentd && @fluentd.agent.running?
      = icon('fa-check text text-success')
      = t('.step2')
    - else
      = icon('fa-warning text text-danger')
      - if @fluentd
        = link_to t('.step2'), daemon_path(@fluentd)
      - else
        = t('.step2')

- if tutorial_ready?
  = link_to t('.start_tutorial'), tutorials_chapter1_path

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fluentd-ui-0.3.16 app/views/tutorials/index.html.haml
fluentd-ui-0.3.15 app/views/tutorials/index.html.haml
fluentd-ui-0.3.14 app/views/tutorials/index.html.haml
fluentd-ui-0.3.13 app/views/tutorials/index.html.haml
fluentd-ui-0.3.12 app/views/tutorials/index.html.haml
fluentd-ui-0.3.11 app/views/tutorials/index.html.haml
fluentd-ui-0.3.10 app/views/tutorials/index.html.haml
fluentd-ui-0.3.9 app/views/tutorials/index.html.haml
fluentd-ui-0.3.8 app/views/tutorials/index.html.haml
fluentd-ui-0.3.7 app/views/tutorials/index.html.haml
fluentd-ui-0.3.6 app/views/tutorials/index.html.haml
fluentd-ui-0.3.5 app/views/tutorials/index.html.haml
fluentd-ui-0.3.3 app/views/tutorials/index.html.haml
fluentd-ui-0.3.2 app/views/tutorials/index.html.haml
fluentd-ui-0.3.1 app/views/tutorials/index.html.haml
fluentd-ui-0.3.0 app/views/tutorials/index.html.haml
fluentd-ui-0.2.0 app/views/tutorials/index.html.haml
fluentd-ui-0.1.4 app/views/tutorials/index.html.haml
fluentd-ui-0.1.3 app/views/tutorials/index.html.haml
fluentd-ui-0.1.2 app/views/tutorials/index.html.haml