Sha256: 7b38ed17ab2e379c019ea81e734c764ff6464f57124193ade9a4b5254af5fe01

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 Bytes

Contents

<h1><%%=title t('.title') %></h1>
<%% form_for(@<%= singular_name %>) do |f| %>
  <%%= render :partial => 'fields', :locals => { :f => f } %>
  <p><%%= f.submit t('.submit') %></p>
<%% end %>
<%- if is_action_included? :index -%>
<p><%%= link_to t('<%= plural_name %>.index.title'), <%= plural_name %>_path %></p>
<%- end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jfs-generators-0.2.0 rails_generators/jfs_scaffold/templates/views/new.html.erb
jfs-generators-0.2.4 rails_generators/jfs_scaffold/templates/views/new.html.erb
jfs-generators-0.2.3 rails_generators/jfs_scaffold/templates/views/new.html.erb