mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-08 21:04:17 +00:00
reduce wallet address length by using clickable alias
This commit is contained in:
parent
fd3a601412
commit
1fb8253779
2
.env
2
.env
@ -19,7 +19,7 @@ APP_ENV=dev
|
|||||||
APP_SECRET=EDIT_ME
|
APP_SECRET=EDIT_ME
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|
||||||
APP_VERSION=1.1.0
|
APP_VERSION=1.1.1
|
||||||
|
|
||||||
APP_NAME=KevaChat
|
APP_NAME=KevaChat
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
/
|
/
|
||||||
{{ 'boost:' | trans }}
|
{{ 'boost:' | trans }}
|
||||||
{% if explorer.url %}
|
{% if explorer.url %}
|
||||||
<a href="{{ explorer.url }}{{ boost.address }}" target="_blank">{{ boost.address }}</a>
|
<a href="{{ explorer.url }}{{ boost.address }}" title="{{ boost.address }}" target="_blank">{{ 'address' | trans }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ boost.address }}
|
{{ boost.address }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user