X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..e01df312b8fee6f67bf84b4c8293b57789b6fe2c:/app/views/trace/view.html.erb
diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb
index 5a7c5bcc6..0887e5605 100644
--- a/app/views/trace/view.html.erb
+++ b/app/views/trace/view.html.erb
@@ -1,4 +1,6 @@
-
<%= t 'trace.view.heading', :name => h(@trace.name) %>
+<% content_for :heading do %>
+ <%= t 'trace.view.heading', :name => h(@trace.name) %>
+<% end %>
<% if STATUS != :gpx_offline %>
<% if @trace.inserted %>
@@ -12,7 +14,7 @@
<%= t'trace.view.filename' %> |
<%= @trace.name %> (<%= link_to t('trace.view.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>) |
-
+
<%= t'trace.view.uploaded' %> |
<%= l @trace.timestamp, :format => :friendly %> |