PR feedback pt 1
This commit is contained in:
parent
ebed79e93d
commit
8896903008
7 changed files with 42 additions and 23 deletions
|
|
@ -15,10 +15,10 @@
|
|||
style="grid-area: N;"
|
||||
data-action="setFate"
|
||||
data-to-fate="North"
|
||||
data-tooltip="Set Fate to North"
|
||||
data-tooltip="{{rc-i18n "RipCrypt.tooltips.set-fate-to" ordinal="@RipCrypt.common.ordinals.North.full"}}"
|
||||
data-tooltip-direction="LEFT"
|
||||
>
|
||||
N
|
||||
{{rc-i18n "RipCrypt.common.ordinals.North.abbv"}}
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -26,10 +26,10 @@
|
|||
style="grid-area: W;"
|
||||
data-action="setFate"
|
||||
data-to-fate="West"
|
||||
data-tooltip="Set Fate to West"
|
||||
data-tooltip="{{rc-i18n "RipCrypt.tooltips.set-fate-to" ordinal="@RipCrypt.common.ordinals.West.full"}}"
|
||||
data-tooltip-direction="LEFT"
|
||||
>
|
||||
W
|
||||
{{rc-i18n "RipCrypt.common.ordinals.West.abbv"}}
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -37,10 +37,10 @@
|
|||
style="grid-area: E;"
|
||||
data-action="setFate"
|
||||
data-to-fate="East"
|
||||
data-tooltip="Set Fate to East"
|
||||
data-tooltip="{{rc-i18n "RipCrypt.tooltips.set-fate-to" ordinal="@RipCrypt.common.ordinals.East.full"}}"
|
||||
data-tooltip-direction="RIGHT"
|
||||
>
|
||||
E
|
||||
{{rc-i18n "RipCrypt.common.ordinals.East.abbv"}}
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -48,16 +48,16 @@
|
|||
style="grid-area: S;"
|
||||
data-action="setFate"
|
||||
data-to-fate="South"
|
||||
data-tooltip="Set Fate to South"
|
||||
data-tooltip="{{rc-i18n "RipCrypt.tooltips.set-fate-to" ordinal="@RipCrypt.common.ordinals.South.full"}}"
|
||||
data-tooltip-direction="DOWN"
|
||||
>
|
||||
S
|
||||
{{rc-i18n "RipCrypt.common.ordinals.South.abbv"}}
|
||||
</button>
|
||||
{{else}}
|
||||
<span style="grid-area: N;">N</span>
|
||||
<span style="grid-area: W;">W</span>
|
||||
<span style="grid-area: E;">E</span>
|
||||
<span style="grid-area: S;">S</span>
|
||||
<span style="grid-area: N;">{{rc-i18n "RipCrypt.common.ordinals.North.abbv"}}</span>
|
||||
<span style="grid-area: W;">{{rc-i18n "RipCrypt.common.ordinals.West.abbv"}}</span>
|
||||
<span style="grid-area: E;">{{rc-i18n "RipCrypt.common.ordinals.East.abbv"}}</span>
|
||||
<span style="grid-area: S;">{{rc-i18n "RipCrypt.common.ordinals.South.abbv"}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue