aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/group_of_lines
diff options
context:
space:
mode:
authorMichel Etienne2014-08-21 16:08:57 +0200
committerMichel Etienne2014-08-21 16:08:57 +0200
commit64ac4e2bfe88de0e3c54812868145f4c36b43ccf (patch)
tree9b266c0db726200751e6e2ae561d7f7a9a64071e /app/views/group_of_lines
parent9e507a12e162a9ccfee8cdca38f7d69fb4580d0f (diff)
downloadchouette-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.erb2
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 %>