Sha256: fba4a49260377e97f485b9ed27a3dafb88680018a1b3d67fcd77c48183718719

Contents?: true

Size: 402 Bytes

Versions: 8

Compression:

Stored size: 402 Bytes

Contents

<% flash.each do |k, v| %>
    <div class="row">
      <div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
        <div class="alert alert-<%= k %> alert-dismissable">
          <a class="close" data-dismiss="alert" href="#">×
          </a>
          <h4>
            <i class="icon-info-sign"></i>
            <%= h flash[k] %>
          </h4>
        </div>
      </div>
    </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cg_app_base-1.1.1 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.78 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.62 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.56 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.55 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.54 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.52 app/views/shared/_flash_message.html.erb
cg_app_base-1.0.51 app/views/shared/_flash_message.html.erb