summaryrefslogtreecommitdiff
path: root/app/views/restore_jobs/_index_core.html.haml
blob: f6127babbdd1bea89c49305a9fb27498f16a288e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%table.table.table-striped
  %tr
    %th= t('restore_jobs.index.state')
    %th= t('restore_jobs.index.backup_file')
    %th

  
  - for restore_job in restore_jobs
    %tr
      %td= restore_job.state
      %td= restore_job.to_s
      =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:child => restore_job}