From d56d25bc50203ccaeacea284554f074b1e776214 Mon Sep 17 00:00:00 2001 From: Christoph Matthies Date: Tue, 19 Mar 2019 11:17:40 +0100 Subject: [PATCH] Fix(VMs table): Ruby comment instead of HTML comments --- app/views/vms/_table.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/vms/_table.erb b/app/views/vms/_table.erb index dd293850..fd6f7a71 100644 --- a/app/views/vms/_table.erb +++ b/app/views/vms/_table.erb @@ -9,7 +9,8 @@ <% unless buttons.nil? %> Actions <% end %> - Description + <%# Element hidden, used for search %> + Description @@ -47,9 +48,8 @@ <%= render buttons.to_s, vm: vm %> <% end %> - - <%= vm.config&.description %> - + <%# Element hidden, used for search %> + <%= vm.config&.description %> <% end %>