aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorZog2018-01-22 10:33:46 +0100
committerZog2018-01-22 10:34:10 +0100
commit761ad42ea0ec53a633cbb30d65acf041231e92ec (patch)
tree42474ee403c7d4b7c291a66333ab2125b2c279b3 /app/controllers
parent13f1ea15f0e20effd3f7b5afe018d8d346579c2e (diff)
downloadchouette-core-761ad42ea0ec53a633cbb30d65acf041231e92ec.tar.bz2
Fix bug on VJs index
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/vehicle_journeys_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/vehicle_journeys_controller.rb b/app/controllers/vehicle_journeys_controller.rb
index 93ebd4472..c1762c13e 100644
--- a/app/controllers/vehicle_journeys_controller.rb
+++ b/app/controllers/vehicle_journeys_controller.rb
@@ -205,7 +205,7 @@ class VehicleJourneysController < ChouetteController
}
end
}.to_json,
- text: "<strong>" + item.published_name + " - " + item.get_objectid.short_id + "</strong><br/><small>" + item.registration_number + "</small>"
+ text: "<strong>#{item.published_name} - #{item.get_objectid.short_id}</strong><br/><small>#{item.registration_number}</small>"
}
end
end