nginx-proxy-manager/frontend/js/app/error/main.ejs

8 lines
261 B
Plaintext
Raw Normal View History

2018-07-08 21:22:10 -04:00
<i class="fe fe-alert-triangle mr-2" aria-hidden="true"></i>
<%= code ? '<strong>' + code + '</strong> &mdash; ' : '' %>
<%- message %>
<% if (retry) { %>
2018-07-18 02:55:09 -04:00
<br><br><a href="#" class="btn btn-sm btn-warning retry"><%- i18n('str', 'try-again') %></a>
2018-07-08 21:22:10 -04:00
<% } %>