forked from OpenNeo/impress
Add "Permanent" label to permanent Dyeworks items in Item Getting Guide
This commit is contained in:
parent
a3f910b7ce
commit
9bc6be05f8
2 changed files with 16 additions and 3 deletions
|
@ -67,6 +67,12 @@
|
||||||
text-decoration-style: dotted
|
text-decoration-style: dotted
|
||||||
cursor: help
|
cursor: help
|
||||||
|
|
||||||
|
.dyeworks-timeframe
|
||||||
|
font-style: italic
|
||||||
|
text-decoration-line: underline
|
||||||
|
text-decoration-style: dotted
|
||||||
|
cursor: help
|
||||||
|
|
||||||
.special-color-explanation
|
.special-color-explanation
|
||||||
text-wrap: balance
|
text-wrap: balance
|
||||||
font-style: italic
|
font-style: italic
|
||||||
|
|
|
@ -67,9 +67,16 @@
|
||||||
- base_item = item.dyeworks_base_item
|
- base_item = item.dyeworks_base_item
|
||||||
|
|
||||||
- content_for :subtitle, flush: true do
|
- content_for :subtitle, flush: true do
|
||||||
%span.dyeworks-explanation
|
|
||||||
= link_to base_item.name, base_item, target: "_blank"
|
= link_to base_item.name, base_item, target: "_blank"
|
||||||
+ 1 potion
|
+ 1 potion
|
||||||
|
- if item.dyeworks_permanent?
|
||||||
|
%span.dyeworks-timeframe{
|
||||||
|
title: "This recipe is NOT currently scheduled to be removed " +
|
||||||
|
"from Dyeworks. It might not stay forever, but it's also " +
|
||||||
|
"not part of a known limited-time event, like most " +
|
||||||
|
"Dyeworks items are."
|
||||||
|
}
|
||||||
|
(Permanent)
|
||||||
|
|
||||||
%button{onclick: "alert('Todo!')"}
|
%button{onclick: "alert('Todo!')"}
|
||||||
= cart_icon alt: ""
|
= cart_icon alt: ""
|
||||||
|
|
Loading…
Reference in a new issue