blob: 2e1b248e22c4ff637950ee100649a3c0f90c4b2f (
plain)
1
2
3
4
5
6
|
- content_for :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}
|