From 7052b5221ca0d34217337cacce2531ea7d9f60c9 Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Wed, 28 Feb 2024 16:41:12 +0100 Subject: [PATCH] Disable display of ink tags, again This is too slow --- app/views/inks/index.html.slim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/inks/index.html.slim b/app/views/inks/index.html.slim index 77aaf096e..cc0088fc8 100644 --- a/app/views/inks/index.html.slim +++ b/app/views/inks/index.html.slim @@ -12,7 +12,7 @@ div class="fpc-table fpc-table--full-width fpc-inks-table fpc-scroll-shadow" th Brand th Line th colspan="2" Ink - th Tags + / th Tags th - if user_signed_in? th @@ -24,11 +24,11 @@ div class="fpc-table fpc-table--full-width fpc-inks-table fpc-scroll-shadow" td div style="background-color:#{ink.color};width:45px;height:45px;" td= ink.ink_name - td - ul class="tags" - - ink.tags.each do |tag| - li class="tag badge text-bg-secondary" - a href="#{inks_path(tag: tag)}"= tag + / td + / ul class="tags" + / - ink.tags.each do |tag| + / li class="tag badge text-bg-secondary" + / a href="#{inks_path(tag: tag)}"= tag td - if ink.brand_cluster.present? = link_to "Details", brand_ink_path(ink.brand_cluster, ink)