Fixes: U4-3562 Cannot preview when no template is assigned

This commit is contained in:
Shannon
2015-03-17 19:31:46 +11:00
parent 4974e2a2ce
commit 2feef247ed

View File

@@ -44,7 +44,7 @@
</a>
</div>
<div class="btn-group" ng-show="content.template && !isNew">
<div class="btn-group" ng-show="!isNew">
<a class="btn" ng-click="preview(content)">
<localize key="buttons_showPage">Preview page</localize>
</a>