diff --git a/app/views/clusters/index.html.erb b/app/views/clusters/index.html.erb
index e5a9842c..3c90b3e7 100644
--- a/app/views/clusters/index.html.erb
+++ b/app/views/clusters/index.html.erb
@@ -2,14 +2,12 @@
<% if index == OODClusters.size - 1 && OODClusters.size.odd? %>
<% end %>
-
- <%= link_to(cluster_path(key)) do %>
-
-
<%= cluster.title %> Cluster Status
- <%= render partial: 'node_status', locals: { showqer: MoabShowqClient.new(cluster).setup } %>
-
- <% end %>
-
-
-
+
+ <%= link_to(cluster_path(key)) do %>
+
+
<%= cluster.title %> Cluster Status
+ <%= render partial: 'node_status', locals: { showqer: MoabShowqClient.new(cluster).setup } %>
+
+ <% end %>
+
<% end %>