]> git.openstreetmap.org Git - rails.git/commitdiff
Add missing quote.
authorTom Hughes <tom@compton.nu>
Sat, 28 Jul 2007 16:47:22 +0000 (16:47 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 28 Jul 2007 16:47:22 +0000 (16:47 +0000)
app/views/trace/_trace.rhtml

index 26f767d814aa02a8eaa170f44eeb959c66e7cc3c..5b304bb32106e35abd9c73d1efda783ffe68f39c 100644 (file)
@@ -14,7 +14,7 @@
       <% end %> 
       ... <%= time_ago_in_words( trace.timestamp ) %>  ago</span>
       <%= link_to 'more', {:controller => 'trace', :action => 'view', :display_name => trace.user.display_name, :id => trace.id}, {:title => 'View Trace Details'} %> /
       <% end %> 
       ... <%= time_ago_in_words( trace.timestamp ) %>  ago</span>
       <%= link_to 'more', {:controller => 'trace', :action => 'view', :display_name => trace.user.display_name, :id => trace.id}, {:title => 'View Trace Details'} %> /
-      <%= link_to 'map', {:controller => 'site', :action => 'index, :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => 'View Map'} %> /
+      <%= link_to 'map', {:controller => 'site', :action => 'index', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => 'View Map'} %> /
       <%= link_to 'edit', {:controller => 'site', :action => 'edit', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => 'Edit Map'} %>
       <br />
       <%= escape_once(trace.description) %>
       <%= link_to 'edit', {:controller => 'site', :action => 'edit', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => 'Edit Map'} %>
       <br />
       <%= escape_once(trace.description) %>