cartodb/lib/assets/javascripts/builder/editor/layers/publish-button.tpl

7 lines
334 B
Smarty
Raw Normal View History

2020-06-15 10:58:47 +08:00
<% 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>