Browse Source

reduce wallet address length by using clickable alias

main 1.1.1
ghost 12 months ago
parent
commit
1fb8253779
  1. 2
      .env
  2. 2
      templates/default/module/info.html.twig

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

2
templates/default/module/info.html.twig

@ -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…
Cancel
Save