Skip to content

Commit

Permalink
#2353 Display link and shorten it if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Feb 19, 2024
1 parent 8d37738 commit 7059621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/pages/portal/resource_new.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@
<div class="<#if isLogoPresent>col-lg-3-5 col-md-10 col-sm-9 col-8<#else>col-lg-4</#if> text-smaller px-0 pb-lg-max-3 ps-lg-3 order-lg-2">
<dl class="inline mb-0">
<#if eml.distributionUrl?has_content>
<div>
<div class="text-truncate">
<dt><@s.text name='eml.distributionUrl.short'/>:</dt>
<dd><a href="${eml.distributionUrl}"><@s.text name='basic.link'/></a></dd>
<dd><a href="${eml.distributionUrl}">${eml.distributionUrl}</a></dd>
</div>
</#if>

Expand Down

0 comments on commit 7059621

Please sign in to comment.