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

12 lines
253 B
Plaintext
Raw Normal View History

2018-07-08 21:22:10 -04:00
<% if (title) { %>
<h1 class="h2 mb-3"><%- title %></h1>
<% }
if (subtitle) { %>
<p class="h4 text-muted font-weight-normal mb-7"><%- subtitle %></p>
<% }
if (link) { %>
2018-07-08 22:21:03 -04:00
<a class="btn btn-<%- btn_color %>" href="#"><%- link %></a>
2018-07-08 21:22:10 -04:00
<% } %>