Sha256: 1920b6216a6d294ad909f169b1c77671429f9abd5b0c88f78d94d3b42b4ddeac

Contents?: true

Size: 491 Bytes

Versions: 29

Compression:

Stored size: 491 Bytes

Contents

<% if flash[:notice] %>
    <div class="alert alert-success">
      <a class="close" data-dismiss="alert">×</a>
      <%= flash[:notice] %>
    </div>
  <% end %>
  <% if flash[:warning] %>
    <div class="alert alert-warning">
      <a class="close" data-dismiss="alert">×</a>
      <%= flash[:warning] %>
    </div>
  <% end %>
  <% if flash[:error]%>
  <div class="alert alert-error">
      <a class="close" data-dismiss="alert">×</a>
      <%= flash[:error] %>
  </div>
  <% end %>
  

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tb_core-1.5.4 app/views/layouts/admin/_flashes.html.erb
tb_core-1.5.3 app/views/layouts/admin/_flashes.html.erb
tb_core-1.5.2 app/views/layouts/admin/_flashes.html.erb
tb_core-1.5.1 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.3.1 app/views/layouts/admin/_flashes.html.erb
tb_core-1.5.0 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.8 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.7 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.6 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.5 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.4 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.3 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.2 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.1 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.0.1 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.beta2 app/views/layouts/admin/_flashes.html.erb
tb_core-1.4.beta1 app/views/layouts/admin/_flashes.html.erb
tb_core-1.3.10 app/views/layouts/admin/_flashes.html.erb
tb_core-1.3.9 app/views/layouts/admin/_flashes.html.erb
tb_core-1.3.7 app/views/layouts/admin/_flashes.html.erb