Sha256: 9e6a8b09cfe5fa68425ba92b4e58f63c40f5bf46a256d958cdbc41ef5f6a9647

Contents?: true

Size: 252 Bytes

Versions: 83

Compression:

Stored size: 252 Bytes

Contents

<% if object.errors.any? %>
  <div class='alert alert-danger'>
    <button type="button" class="close" data-dismiss="alert">×</button>

      <% object.errors.full_messages.each do |msg| %>
        <p><%= msg %></p>
      <% end %>

  </div>
<% end %>

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
extface-0.2.5 app/views/extface/application/_object_errors.html.erb
extface-0.2.4 app/views/extface/application/_object_errors.html.erb
extface-0.2.3 app/views/extface/application/_object_errors.html.erb
extface-0.2.2 app/views/extface/application/_object_errors.html.erb
extface-0.2.1 app/views/extface/application/_object_errors.html.erb
extface-0.2.0 app/views/extface/application/_object_errors.html.erb
extface-0.1.9 app/views/extface/application/_object_errors.html.erb
extface-0.1.8 app/views/extface/application/_object_errors.html.erb
extface-0.1.7 app/views/extface/application/_object_errors.html.erb
extface-0.1.6 app/views/extface/application/_object_errors.html.erb
extface-0.1.5 app/views/extface/application/_object_errors.html.erb
extface-0.1.4 app/views/extface/application/_object_errors.html.erb
extface-0.1.3 app/views/extface/application/_object_errors.html.erb
extface-0.1.2 app/views/extface/application/_object_errors.html.erb
extface-0.1.1 app/views/extface/application/_object_errors.html.erb
extface-0.1.0 app/views/extface/application/_object_errors.html.erb
extface-0.0.8 app/views/extface/application/_object_errors.html.erb
extface-0.0.7 app/views/extface/application/_object_errors.html.erb
extface-0.0.6 app/views/extface/application/_object_errors.html.erb
extface-0.0.5 app/views/extface/application/_object_errors.html.erb