Merge pull request #3106 from umbraco/abjerner-patch-3

Hide the "Links" box when there are no links
This commit is contained in:
Sebastiaan Janssen
2018-10-03 15:36:16 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
<div class="umb-package-details__main-content">
<umb-box data-element="node-info-urls">
<umb-box ng-if="node.urls" data-element="node-info-urls">
<umb-box-header title-key="general_links"></umb-box-header>
<umb-box-content class="block-form">
<ul class="nav nav-stacked" style="margin-bottom: 0;">