Sha256: 94f4d0de16a0af707fd4eb0fd81e0a40e4bc109f0bc62f97c24b9d3f8d4c7350

Contents?: true

Size: 311 Bytes

Versions: 9

Compression:

Stored size: 311 Bytes

Contents

<div class="panel panel-danger">
  <div class="panel-heading">Whoops! There were some errors saving your <%= model.class.model_name.singular %>:</div>

  <div class="panel-body">
    <ul>
      <% model.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
    </ul>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
detour-0.0.14 app/views/detour/shared/_errors.html.erb
detour-0.0.13 app/views/detour/shared/_errors.html.erb
detour-0.0.12 app/views/detour/shared/_errors.html.erb
detour-0.0.11 app/views/detour/shared/_errors.html.erb
detour-0.0.10 app/views/detour/shared/_errors.html.erb
detour-0.0.9 app/views/detour/shared/_errors.html.erb
detour-0.0.7 app/views/detour/shared/_errors.html.erb
detour-0.0.6 app/views/detour/shared/_errors.html.erb
detour-0.0.5 app/views/detour/shared/_errors.html.erb