Sha256: 03c8d22dab047e592c1492966a16ceb6430b8cfb93697b317c77637795b12fd4

Contents?: true

Size: 214 Bytes

Versions: 5

Compression:

Stored size: 214 Bytes

Contents

<% flash.each do |name,msg| %>
  <div class="alert alert-dismissable alert-<%= name %> centered">
    <button type="button" class="close" data-dismiss="alert">x</button>
    <%= sanitize msg %>
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cally-2.0.0 app/views/cally/shared/_messages.html.erb
cally-1.0.3 app/views/cally/shared/_messages.html.erb
cally-1.0.2 app/views/cally/shared/_messages.html.erb
cally-1.0.1 app/views/cally/shared/_messages.html.erb
cally-1.0.0 app/views/cally/shared/_messages.html.erb