Sha256: 7f140326c6a4d0ef879a3ad3e74e944b5947f189d98a77d5f36d6bcefb4c78ac

Contents?: true

Size: 281 Bytes

Versions: 49

Compression:

Stored size: 281 Bytes

Contents

<% if flash[:errors] %>
  <div class="alert alert-danger alert-dismissable">
    <button type="button" class="close" data-dismiss="alert" aria-hidden="true">
      ×
    </button>
    <% flash[:errors].each do |error| %>
      <p><%= error %></p>
    <% end %>
  </div>
<% end %>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
wbase-0.3.20 app/views/shared/wbase/_errors.html.erb
wbase-0.3.19 app/views/shared/wbase/_errors.html.erb
wbase-0.3.18 app/views/shared/wbase/_errors.html.erb
wbase-0.3.17 app/views/shared/wbase/_errors.html.erb
wbase-0.3.16 app/views/shared/wbase/_errors.html.erb
wbase-0.3.15 app/views/shared/wbase/_errors.html.erb
wbase-0.3.14 app/views/shared/wbase/_errors.html.erb
wbase-0.3.13 app/views/shared/wbase/_errors.html.erb
wbase-0.3.12 app/views/shared/wbase/_errors.html.erb
wbase-0.3.11 app/views/shared/wbase/_errors.html.erb
wbase-0.3.10 app/views/shared/wbase/_errors.html.erb
wbase-0.3.9 app/views/shared/wbase/_errors.html.erb
wbase-0.3.8 app/views/shared/wbase/_errors.html.erb
wbase-0.3.7 app/views/shared/wbase/_errors.html.erb
wbase-0.3.6 app/views/shared/wbase/_errors.html.erb
wbase-0.3.5 app/views/shared/wbase/_errors.html.erb
wbase-0.3.4 app/views/shared/wbase/_errors.html.erb
wbase-0.3.3 app/views/shared/wbase/_errors.html.erb
wbase-0.3.2 app/views/shared/wbase/_errors.html.erb
wbase-0.3.1 app/views/shared/wbase/_errors.html.erb