Sha256: c39f673ad83a7734b092a8ce1e6e5f6dc419d7b8c7c899736b4a51c13c79c552

Contents?: true

Size: 413 Bytes

Versions: 8

Compression:

Stored size: 413 Bytes

Contents

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

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.7 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.6 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.5 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.4 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.3 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.2 app/views/fly_admin/videos/_form.html.erb
fly_admin-0.0.1 app/views/fly_admin/videos/_form.html.erb