Merge pull request #3106 from umbraco/abjerner-patch-3
Hide the "Links" box when there are no links
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user