summaryrefslogtreecommitdiff
path: root/app/views/gs_cluster_sync_log_entries/index.html.haml
blob: 68be7e0796fd2f936e8b40a21ba0c7317ac4d557 (plain)
1
2
3
4
5
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}