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)