rkokkelk/siso

View on GitHub
app/views/layouts/_notifications.html.erb

Summary

Maintainability
Test Coverage
<% if not notice.blank? %>
  <p class="notice"><%= notice %></p>
<%end%>

<% if not alert.blank? %>
    <p class="alert"><%= alert %></p>
<%end%>