blob: 0bb47477453a3054846d56bb92125866ce387ebc (
plain)
1
2
3
4
5
6
|
- content_for :title, t("backup_jobs.index.page_title")
- if @backup_jobs && @backup_jobs.count > 0
= render "index_core", :backup_jobs => @backup_jobs
= render :partial => 'shared/create_link', :locals => {:child_class => BackupJob}
|