diff options
| author | Michel Etienne | 2014-08-21 16:08:57 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2014-08-21 16:08:57 +0200 | 
| commit | 64ac4e2bfe88de0e3c54812868145f4c36b43ccf (patch) | |
| tree | 9b266c0db726200751e6e2ae561d7f7a9a64071e /app/views/group_of_lines | |
| parent | 9e507a12e162a9ccfee8cdca38f7d69fb4580d0f (diff) | |
| download | chouette-core-64ac4e2bfe88de0e3c54812868145f4c36b43ccf.tar.bz2 | |
replace formtastic hints by title html
Diffstat (limited to 'app/views/group_of_lines')
| -rw-r--r-- | app/views/group_of_lines/_form.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/group_of_lines/_form.erb b/app/views/group_of_lines/_form.erb index b92fa1ea1..3c685964b 100644 --- a/app/views/group_of_lines/_form.erb +++ b/app/views/group_of_lines/_form.erb @@ -2,7 +2,7 @@    <%= form.inputs do %>      <%= form.input :name %>      <%= form.input :comment %> -    <%= form.input :objectid, :required => !@group_of_line.new_record? %> +    <%= form.input :objectid, :required => !@group_of_line.new_record?, :input_html => { :title => t("formtastic.titles.group_of_line.objectid")} %>    <% end %>    <%= form.inputs do %> | 
