Sha256: fe535169fa75a7c1e7b69e480d54180c420c79ca90f4b03443fd9becab540794

Contents?: true

Size: 663 Bytes

Versions: 12

Compression:

Stored size: 663 Bytes

Contents

<div class="container">
  <div class="row">
    <div class="col-xs-12">
      <% if notice %>
        <div class="alert alert-info alert-dismissible" role="alert">
          <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
          <%= notice %>
        </div>
      <% end %>
      <% if alert %>
        <div class="alert alert-warning alert-dismissible" role="alert">
          <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
          <%= alert %>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wagon_rails-0.5.1 templates/_flashes.html.erb
wagon_rails-0.5.0 templates/_flashes.html.erb
wagon_rails-0.4.6 templates/_flashes.html.erb
wagon_rails-0.4.5 templates/_flashes.html.erb
wagon_rails-0.4.4 templates/_flashes.html.erb
wagon_rails-0.4.3 templates/_flashes.html.erb
wagon_rails-0.4.2 templates/_flashes.html.erb
wagon_rails-0.4.1 templates/_flashes.html.erb
wagon_rails-0.4.0 templates/_flashes.html.erb
wagon_rails-0.3.0 templates/_flashes.html.erb
wagon_rails-0.2.0 templates/_flashes.html.erb
wagon_rails-0.1.0 templates/_flashes.html.erb