Contextual host type colors

This commit is contained in:
Jamie Curnow
2018-07-09 12:21:03 +10:00
parent 54d220a191
commit 0455920355
16 changed files with 231 additions and 28 deletions

View File

@@ -7,5 +7,5 @@ if (subtitle) { %>
<% }
if (link) { %>
<a class="btn btn-teal" href="#"><%- link %></a>
<a class="btn btn-<%- btn_color %>" href="#"><%- link %></a>
<% } %>