]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/list.html.erb
Use lazy translations where possible
[rails.git] / app / views / trace / list.html.erb
index 7dcfacb809cee05d56ad18f941cdfa9de170a5b0..376fc5511da3db8a0e6734c9e56a0a7130222c47 100644 (file)
@@ -1,7 +1,7 @@
 <% content_for :heading do %>
   <h1><%= h(@title) %></h1>
   <ul class='secondary-actions clearfix'>
-    <li><%= t('trace.list.description') %></li>
+    <li><%= t('.description') %></li>
     <li><%= rss_link_to :action => 'georss', :display_name => @display_name, :tag => @tag %></li>
     <li><%= link_to t('trace.trace_header.upload_trace'), :action => 'create' %></li>
     <% if @tag %>
@@ -39,7 +39,7 @@
 
   <%= render :partial => 'trace_paging_nav' %>
 <% else %>
-  <h4><%= t 'trace.list.empty_html', :upload_link => trace_create_path %></h4>
+  <h4><%= t '.empty_html', :upload_link => trace_create_path %></h4>
 <% end %>
 
 <%= render :partial => 'trace_optionals' %>