Sha256: b52a2b9a5a23db76bc907b6795700ebbb9abd7065b976070f91e161731f8759d
Contents?: true
Size: 678 Bytes
Versions: 9
Compression:
Stored size: 678 Bytes
Contents
<!-- Scaffolding generated by Casein <%= casein_get_full_version_string %> --> <h2>Add a new <%= singular_name.humanize.downcase %></h2> <%%= form_for @<%= file_name %>, :url => casein_<%= @plural_route %>_path do |f| %> <%%= render :partial => 'casein/<%= plural_name %>/form', :locals => { :f => f } %> <p class="submits"> <%%= link_to 'Cancel', casein_<%= @plural_route %>_path, :class => 'cancel' %> or <%%= f.submit "Add new <%= singular_name.humanize.downcase %>", :class => "update" %> </p> <%% end %> <%%= content_for :sidebar do %> <li><%%= link_to "#{casein_show_icon "table"}Back to list".html_safe, casein_<%= @plural_route %>_path %></li> <%% end %>
Version data entries
9 entries across 9 versions & 1 rubygems