Getting there

This commit is contained in:
Jeremy Caudle
2022-02-06 15:22:48 +00:00
parent 055b79373c
commit bc41993dcd
3 changed files with 4 additions and 16 deletions

View File

@@ -10,8 +10,8 @@
</head>
<body>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<% if notice %><p class="notice"><%= notice %></p><% end %>
<% if alert %><p class="alert"><%= alert %></p><% end %>
<%= yield %>
</body>