Sha256: 169b3d4b52a97f49fdd86db534a24eaeb1488f8b26be7d6d3eb44582821746f7

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 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">
    <h3><%= title %></h3>
    <p><%= message %></p>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trestle-0.8.7 app/views/trestle/application/_alert.html.erb
trestle-0.8.6 app/views/trestle/application/_alert.html.erb
trestle-0.8.5 app/views/trestle/application/_alert.html.erb