Sha256: c60512e1ed3cbb5e78bb31cc9672525fb1a8be08a6d39b532787fefaa331ed59

Contents?: true

Size: 242 Bytes

Versions: 12

Compression:

Stored size: 242 Bytes

Contents

<%= form_for @gallery, :html => { :multipart => true } do |f| %>
  <%= f.error_messages %>
  <p><%= f.submit %></p>
    <%= render :partial => 'form' %>
  <p><%= f.submit %></p>
<% end %>

<p><%= link_to "Back to List", galleries_path %></p>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
sbdevcore-0.1.2 app/views/galleries/new.html.erb
sbdevcore-0.1.1 app/views/galleries/new.html.erb
sbdevcore-0.1.0 app/views/galleries/new.html.erb
sbdevcore-0.0.9 app/views/galleries/new.html.erb
sbdevcore-0.0.8 app/views/galleries/new.html.erb
sbdevcore-0.0.7 app/views/galleries/new.html.erb
sbdevcore-0.0.6 app/views/galleries/new.html.erb
sbdevcore-0.0.5 app/views/galleries/new.html.erb
sbdevcore-0.0.4 app/views/galleries/new.html.erb
sbdevcore-0.0.3 app/views/galleries/new.html.erb
sbdevcore-0.0.1 app/views/galleries/new.html.erb
sbdev-core-0.0.1 app/views/galleries/new.html.erb