cartodb/lib/assets/javascripts/dashboard/components/fail.tpl
2020-06-15 10:58:47 +08:00

11 lines
559 B
Smarty

<div class="IntermediateInfo">
<div class="LayoutIcon LayoutIcon--negative">
<i class="CDB-IconFont CDB-IconFont-cockroach"></i>
</div>
<h4 class="CDB-Text CDB-Size-large u-mainTextColor u-secondaryTextColor u-bSpace--m u-tSpace-xl">Oouch! There has been an error</h4>
<% if (msg) { %>
<p class="CDB-Text CDB-Size-medium u-altTextColor"><%= msg %></p>
<% } %>
<p class="CDB-Text CDB-Size-medium u-altTextColor">If the problem persists contact us at <a class="js-mail-link" href="mailto:support@carto.com">support@carto.com</a>.</p>
</div>