Sha256: 2fd2f093c18c771821cf94a102092639802f174c5c24abe1fe3026951e5558bf

Contents?: true

Size: 229 Bytes

Versions: 11

Compression:

Stored size: 229 Bytes

Contents

  <% flash.each do |name, msg| %>
    <div class="alert alert-<%= name == :notice ? "success" : "error" %>">
      <button type="button" class="close" data-dismiss="alert">&times;</button>
      <%= msg %>
    </div>
  <% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
smithycms-0.5.1 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.5.0 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.4.5 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.4.4 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.4.3 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.4.2 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.4.1 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.4.0 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.0.3 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.0.2 app/views/layouts/smithy/shared/_flash.html.erb
smithycms-0.0.1 app/views/layouts/smithy/shared/_flash.html.erb