diff options
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_field_flex_file.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_file.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_file.html index 0a79176d6..83271facb 100644 --- a/ishtar_common/templates/ishtar/blocks/window_field_flex_file.html +++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_file.html @@ -2,8 +2,8 @@ <dl class="col-12 col-md-6 col-lg-3 flex-wrap"> <dt>{% trans caption %}</dt> <dd> - <a href="{{link|safe}}" class="btn btn-secondary" target="_blank"> - {% if link_name %}{{link_name}}{% else %}{{link}}{% endif %} + <a href="{{link|safe}}" class="btn btn-secondary" target="_blank" title="{% if link_name %}{{link_name}}{% else %}{{link}}{% endif %}"> + {% if link_name %}{{link_name|truncatechars:18}}{% else %}{{link|truncatechars:18}}{% endif %} </a> </dd> </dl> |