mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-03-12 21:51:24 +00:00
update key/value color
This commit is contained in:
parent
772b13a5c6
commit
314e5fde04
@ -23,12 +23,12 @@
|
|||||||
<div class="t-center px-16">
|
<div class="t-center px-16">
|
||||||
<div class="mx-a mw-560 px-16">
|
<div class="mx-a mw-560 px-16">
|
||||||
<div class="f-s-16 mb-16 of-a">
|
<div class="f-s-16 mb-16 of-a">
|
||||||
<a rel="nofollow" href="{{ path('main_transaction',{'transaction':record.transaction,'get':'key'}) }}">
|
<a rel="nofollow" href="{{ path('main_transaction',{'transaction':record.transaction,'get':'key'}) }}" class="c-1">
|
||||||
{{ record.key | format_type(record.type.key) }}
|
{{ record.key | format_type(record.type.key) }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-20 of-a">
|
<div class="mb-20 of-a">
|
||||||
<a rel="nofollow" href="{{ path('main_transaction',{'transaction':record.transaction,'get':'value'}) }}">
|
<a rel="nofollow" href="{{ path('main_transaction',{'transaction':record.transaction,'get':'value'}) }}" class="c-1">
|
||||||
{{ record.value | format_type(record.type.value) | nl2br }}
|
{{ record.value | format_type(record.type.value) | nl2br }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user