Mercurial > zeropaste
view app/views/layouts/_alerts.html.erb @ 471:c8e2f6b22527 bootstrap-4
Fix radio button alignment
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 23 Feb 2020 22:35:44 +0900 |
parents | 68231013b01b |
children |
line wrap: on
line source
<% if notice %> <div class="alert alert-info" role="alert"> <strong><%= t(".info") %>:</strong> <%= notice %> </div> <% end %> <% if alert %> <div class="alert alert-danger" role="alert"> <strong><%= t(".error") %>:</strong> <%= alert %> </div> <% end %>