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