Add NC Trades button to Dyeworks in Item Getting Guide

This commit is contained in:
Emi Matchu 2024-06-20 13:50:04 -07:00
parent 589d728c76
commit cec29682c4
2 changed files with 5 additions and 0 deletions

View file

@ -43,6 +43,7 @@
/* When item names get long, don't let the buttons wrap to give the /* When item names get long, don't let the buttons wrap to give the
* item names more space. The names should wrap more instead! */ * item names more space. The names should wrap more instead! */
text-wrap: nowrap text-wrap: nowrap
margin: .25em
tbody tbody
tr tr

View file

@ -104,6 +104,10 @@
= cart_icon alt: "" = cart_icon alt: ""
Buy base (#{item.dyeworks_base_item.current_nc_price} NC) Buy base (#{item.dyeworks_base_item.current_nc_price} NC)
= button_link_to "NC Trades",
item_trades_path(item, type: "offering"),
target: "_blank", icon: search_icon
- if @items[:np].present? - if @items[:np].present?
%h2 Neopoint items %h2 Neopoint items
:markdown :markdown