Able to edit a location in the locations view

This commit is contained in:
Bram Senders 2011-11-23 16:27:05 +01:00
parent 553a919cb1
commit d706e91e9d
1 changed files with 1 additions and 1 deletions

View File

@ -1712,7 +1712,7 @@ module StopTime::Views
end
@locations.each do |location|
tr do
td { location.name }
td { a location.name, :href => R(LocationsN, location.id) }
td { location.distance }
td { location.travel_time }
td do