Sha256: df8d79500a1632fee03340f09560348976c6f1a56ae6e51991402d1ed89c0ffb

Contents?: true

Size: 620 Bytes

Versions: 7

Compression:

Stored size: 620 Bytes

Contents

%dl
  %dt.ui.header Job control
  %dd.job_control
    .ui.buttons
      %a.ui.small.button(href="/#{[workflow.to_s, task, jobname] * "/"}?_update=clean") clean job
      %a.ui.small.button(href="/#{[workflow.to_s, task, jobname, "info"] * "/"}") job info
      %a.ui.small.button(href="/#{[workflow.to_s, task, jobname] * "/"}?_format=raw") get raw result file

  - files = job.files - ["html", "html.info"]
  - if files.any?
    %dt.ui.header Files
    %dd.job_files
      .ui.buttons
        - files.sort.each do |file|
          %a.small.ui.button(href="/#{[workflow.to_s, task, jobname, "file", file] * "/"}")= file

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rbbt-rest-1.8.8 share/views/job_result/job_control.haml
rbbt-rest-1.8.7 share/views/job_result/job_control.haml
rbbt-rest-1.8.6 share/views/job_result/job_control.haml
rbbt-rest-1.8.5 share/views/job_result/job_control.haml
rbbt-rest-1.8.4 share/views/job_result/job_control.haml
rbbt-rest-1.8.3 share/views/job_result/job_control.haml
rbbt-rest-1.8.2 share/views/job_result/job_control.haml