Add NC Trades button to Dyeworks in Item Getting Guide
This commit is contained in:
parent
589d728c76
commit
cec29682c4
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue