7 lines
334 B
Smarty
7 lines
334 B
Smarty
|
<% if (hasChanges) { %>
|
||
|
<span class="CDB-Text CDB-Size-small u-rSpace--m u-altTextColor"><%- _t('editor.unpublished-changes') %></span>
|
||
|
<% } %>
|
||
|
<button class="CDB-Button CDB-Button--primary js-button">
|
||
|
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase"><%- _t('editor.button_publish') %></span>
|
||
|
</button>
|