summaryrefslogtreecommitdiff
path: root/app/views/gs_cluster_sync_log_entries/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gs_cluster_sync_log_entries/_form.html.haml')
-rw-r--r--app/views/gs_cluster_sync_log_entries/_form.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/gs_cluster_sync_log_entries/_form.html.haml b/app/views/gs_cluster_sync_log_entries/_form.html.haml
new file mode 100644
index 0000000..2c47d88
--- /dev/null
+++ b/app/views/gs_cluster_sync_log_entries/_form.html.haml
@@ -0,0 +1,7 @@
+= simple_form_for(@gs_cluster_sync_log_entry) do |f|
+ = f.error_notification
+
+ = render "form_core", :f => f
+
+ .actions
+ = f.button :submit, conditional_t('gs_cluster_sync_log_entries.form.submit') \ No newline at end of file