Sha256: ddb3e1ef512dc3589dffe625d197a826bf8ab9933b3b60cfe20cca8cd72a98df

Contents?: true

Size: 405 Bytes

Versions: 5

Compression:

Stored size: 405 Bytes

Contents

<%= form_for(@image) do |f| %>
  <% if @image.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@image.errors.count, "error") %> prohibited this image from being saved:</h2>

      <ul>
      <% @image.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tim-0.3.0 app/views/tim/images/_form.html.erb
tim-0.2.0 app/views/tim/images/_form.html.erb
tim-0.1.2 app/views/tim/images/_form.html.erb
tim-0.1.1 app/views/tim/images/_form.html.erb
tim-0.0.1 app/views/tim/images/_form.html.erb