Skip to content

Commit

Permalink
Disable display of ink tags, again
Browse files Browse the repository at this point in the history
This is too slow
  • Loading branch information
ujh committed Feb 28, 2024
1 parent 0dcf823 commit 7052b52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/inks/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 7052b52

Please sign in to comment.