lib/generators/haml/scaffold/templates/new.html.haml in haml-rails-with-i18n-0.1.2 vs lib/generators/haml/scaffold/templates/new.html.haml in haml-rails-with-i18n-0.1.3

- old
+ new

@@ -1,5 +1,7 @@ %h1= t(:new_title, :model => '<%= singular_table_name %>') +.action_links + = link_to t(:back_link), <%= index_helper %>_path + = render 'form' -= link_to t(:back_link), <%= index_helper %>_path