- 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 to List", <%= plural_name %>_path, :class => "button" <%- end -%>