X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/357de642b32520cc6a899384b1f8ad078dc479b1..e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6:/app/views/trace/list.html.erb?ds=sidebyside
diff --git a/app/views/trace/list.html.erb b/app/views/trace/list.html.erb
index 7dcfacb80..376fc5511 100644
--- a/app/views/trace/list.html.erb
+++ b/app/views/trace/list.html.erb
@@ -1,7 +1,7 @@
<% content_for :heading do %>
<%= h(@title) %>
- - <%= t('trace.list.description') %>
+ - <%= t('.description') %>
- <%= rss_link_to :action => 'georss', :display_name => @display_name, :tag => @tag %>
- <%= link_to t('trace.trace_header.upload_trace'), :action => 'create' %>
<% if @tag %>
@@ -39,7 +39,7 @@
<%= render :partial => 'trace_paging_nav' %>
<% else %>
- <%= t 'trace.list.empty_html', :upload_link => trace_create_path %>
+ <%= t '.empty_html', :upload_link => trace_create_path %>
<% end %>
<%= render :partial => 'trace_optionals' %>