Sha256: 0a41bd7c0112af0005165d667ae6df1e5f286b5997481cfc24dc11fb70851b58
Contents?: true
Size: 379 Bytes
Versions: 6
Compression:
Stored size: 379 Bytes
Contents
- title "New <%= singular_name.titleize %>" <%- if form_partial? -%> - form_for @<%= singular_name %> do |f| = render :partial => "form", :locals => { :f => f, :submit_button => t("label.create") } <%- else -%> <%= read_template("views/haml/_form.html.haml") -%> <%- end -%> <%- if action? :index -%> = link_to "Back", <%= plural_name %>_path, :class => "button" <%- end -%>
Version data entries
6 entries across 6 versions & 1 rubygems