From 8bd977627d9aa1e1d497f582248070cfb1ed7bcb Mon Sep 17 00:00:00 2001 From: Brian McMichael Date: Thu, 27 Oct 2016 10:46:24 -0400 Subject: [PATCH] tidying code --- app/views/clusters/index.html.erb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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 %>