permit uninserted tracks to be edited
This commit is contained in:
parent
4ebf47b734
commit
1878369474
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
... <%= 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_if trace.inserted?, 'map', {:controller => 'site', :action => 'index', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => 'View Map'} %> /
|
||||
<%= link_to_if trace.inserted?, 'edit', {:controller => 'site', :action => 'edit', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14, :gpx => trace.id }, {:title => 'Edit Map'} %>
|
||||
<%= link_to 'edit', {:controller => 'site', :action => 'edit', :gpx => trace.id }, {:title => 'Edit Map'} %>
|
||||
<br />
|
||||
<%= h(trace.description) %>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue