<% if(obj.icon) { %>
<% var iconClass = {"warning": "warning", "confirmation": "check", "error": "warning", "announcement": "bullhorn", "step-required": "exclamation-circle", "help": "question", "mini": "cog"} %>
-
+
<% } %>
-
<%- title %>
- <% if(obj.message) { %>
<%- message %>
<% } %>
+
<%- title %>
+ <% if(obj.message) { %>
<%- message %>
<% } %>
<% if(obj.actions) { %>
@@ -24,13 +24,13 @@
<% if(actions.primary) { %>
-
-
+
<% } %>
<% if(actions.secondary) {
_.each(actions.secondary, function(secondary) { %>
-
-
+
<% });
} %>
@@ -39,9 +39,9 @@
<% } %>
<% if(obj.closeIcon) { %>
-
+
- close <%= type %>
+ close <%- type %>
<% } %>