summaryrefslogtreecommitdiff
path: root/app/views/gs_cluster_sync_log_entries/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gs_cluster_sync_log_entries/index.html.haml')
-rw-r--r--app/views/gs_cluster_sync_log_entries/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/gs_cluster_sync_log_entries/index.html.haml b/app/views/gs_cluster_sync_log_entries/index.html.haml
new file mode 100644
index 0000000..68be7e0
--- /dev/null
+++ b/app/views/gs_cluster_sync_log_entries/index.html.haml
@@ -0,0 +1,6 @@
+- title t("gs_cluster_sync_log_entries.index.page_title")
+
+- if @gs_cluster_sync_log_entries && @gs_cluster_sync_log_entries.count > 0
+ = render "index_core", :gs_cluster_sync_log_entries => @gs_cluster_sync_log_entries
+
+= render :partial => 'shared/create_link', :locals => {:child_class => GsClusterSyncLogEntry} \ No newline at end of file