summaryrefslogtreecommitdiff
path: root/app/views/restore_jobs/index.html.haml
blob: b8aa74e39bd724a7881e850ce2f3bcb02860be88 (plain)
1
2
3
4
5
6
- content_for :title, t("restore_jobs.index.page_title")

- if @restore_jobs && @restore_jobs.count > 0
  = render "index_core", :restore_jobs => @restore_jobs

= render :partial => 'shared/create_link', :locals => {:child_class => RestoreJob}