summaryrefslogtreecommitdiff
path: root/app/views/backup_jobs/_form_core.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-05 12:41:07 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-05 12:41:07 +0100
commit1c2d8375d32cda0d7819322b165a8270c6500ee9 (patch)
tree8804da99d69819b2d4253e827230f459c0ebac1c /app/views/backup_jobs/_form_core.html.haml
parente13f041741fd3a44f407b623da0274d9748c5c54 (diff)
parentbb8168c33f9501fe877345a7bbc7b7f7b64cdfc7 (diff)
Merge branch 'backup' into develop
Diffstat (limited to 'app/views/backup_jobs/_form_core.html.haml')
-rw-r--r--app/views/backup_jobs/_form_core.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/backup_jobs/_form_core.html.haml b/app/views/backup_jobs/_form_core.html.haml
new file mode 100644
index 0000000..536fb18
--- /dev/null
+++ b/app/views/backup_jobs/_form_core.html.haml
@@ -0,0 +1,6 @@
+.inputs
+ = f.input :started_at, :label => t('backup_jobs.form.started_at.label'), :hint => conditional_hint('backup_jobs.form.started_at.hint')
+ = f.input :finished_at, :label => t('backup_jobs.form.finished_at.label'), :hint => conditional_hint('backup_jobs.form.finished_at.hint')
+ = f.input :state, :label => t('backup_jobs.form.state.label'), :hint => conditional_hint('backup_jobs.form.state.hint')
+ = f.input :directory, :label => t('backup_jobs.form.directory.label'), :hint => conditional_hint('backup_jobs.form.directory.hint')
+ = f.input :size_of_the_backup, :label => t('backup_jobs.form.size_of_the_backup.label'), :hint => conditional_hint('backup_jobs.form.size_of_the_backup.hint')