Sha256: 2c25c495517306172a9cab6e8a8eb6bf573ae37a5148a8cb6aee54464b212b72

Contents?: true

Size: 404 Bytes

Versions: 11

Compression:

Stored size: 404 Bytes

Contents

<div class="alert alert-dismissable <%= html_class %>" role="alert">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>

  <%= icon %>

  <div class="alert-content">
    <% if alert[:title] %>
      <h3><%= alert[:title] %></h3>
    <% end %>

    <p><%= alert[:message] %></p>

    <%= yield if block_given? %>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trestle-0.9.5 app/views/trestle/flash/_alert.html.erb
trestle-0.9.4 app/views/trestle/flash/_alert.html.erb
trestle-0.9.3 app/views/trestle/flash/_alert.html.erb
trestle-0.9.2 app/views/trestle/flash/_alert.html.erb
trestle-0.9.1 app/views/trestle/flash/_alert.html.erb
trestle-0.9.0 app/views/trestle/flash/_alert.html.erb
trestle-0.8.13 app/views/trestle/flash/_alert.html.erb
trestle-0.8.12 app/views/trestle/flash/_alert.html.erb
trestle-0.8.11 app/views/trestle/flash/_alert.html.erb
trestle-0.8.10 app/views/trestle/flash/_alert.html.erb
trestle-0.8.9 app/views/trestle/flash/_alert.html.erb