Remove .html from HAML views paths (except layout)

This commit is contained in:
Thibault Jouan
2015-05-01 12:45:23 +00:00
parent b543afbfff
commit aaca5bf1d9
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
= form_for @track, html: { multipart: true } do |t|
%table
%tbody
%tr
%th= t.label :name
%td= t.text_field :name
- if @track.new_record?
%tr
%th= t.label :file
%td= t.file_field :file
%tfoot
%tr
%td= t.submit submit_text