Sha256: 932ee68412252ac729338a4cca4d8c1e6986070304ce68663f88f2c640d2e0b9

Contents?: true

Size: 197 Bytes

Versions: 3

Compression:

Stored size: 197 Bytes

Contents

<% if flash[:notice] %>
  <div class='alert alert-success'>
    <%= flash[:notice] %>
    <span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
  </div>
<% end %>

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
admin_help-0.1.5 app/views/layouts/frontend/flash.html.erb
admin_help-0.1.5 lib/generators/admin_help/templates/app/views/layouts/flash.html.erb
admin_help-0.1.4 lib/generators/admin_help/templates/layouts/flash.html.erb