aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns
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/journey_patterns
parent9e507a12e162a9ccfee8cdca38f7d69fb4580d0f (diff)
downloadchouette-core-64ac4e2bfe88de0e3c54812868145f4c36b43ccf.tar.bz2
replace formtastic hints by title html
Diffstat (limited to 'app/views/journey_patterns')
-rw-r--r--app/views/journey_patterns/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journey_patterns/_form.html.erb b/app/views/journey_patterns/_form.html.erb
index 771283885..361f7f380 100644
--- a/app/views/journey_patterns/_form.html.erb
+++ b/app/views/journey_patterns/_form.html.erb
@@ -5,7 +5,7 @@
<%= form.input :registration_number %>
<%= form.input :comment %>
<%= form.input :stop_point_ids, :label => stop_point_ids_label(@journey_pattern), :as => :check_boxes, :collection => @route.stop_points.map { |s| [s.stop_area.name, s.id.to_s]}, :input_html => (@journey_pattern.new_record? ? { :checked => 'checked' }:{}) %>
- <%= form.input :objectid, :required => !@journey_pattern.new_record? %>
+ <%= form.input :objectid, :required => !@journey_pattern.new_record?, :input_html => { :title => t("formtastic.titles.journey_pattern.objectid")} %>
<% end %>
<%= form.actions do %>