X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a1b179fa384d689e6cb78c2b8d863621e7bff152..75bf96c4f3472a21163032a25ff7700d3c692225:/app/views/traces/index.html.erb
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb
index 0fcaeb6f7..9db246bd4 100644
--- a/app/views/traces/index.html.erb
+++ b/app/views/traces/index.html.erb
@@ -1,29 +1,29 @@
<% content_for :heading do %>
<%= h(@title) %>
- - <%= t('.description') %>
- - <%= rss_link_to :action => 'georss', :display_name => @display_name, :tag => @tag %>
- - <%= link_to t('.upload_trace'), new_trace_path %>
+ - <%= t(".description") %>
+ - <%= rss_link_to :action => "georss", :display_name => @display_name, :tag => @tag %>
+ - <%= link_to t(".upload_trace"), new_trace_path %>
<% if @tag %>
- - <%= link_to t('.see_all_traces'), :controller => 'traces', :action => 'index', :display_name => nil, :tag => nil, :page => nil %>
- - <%= link_to t('.see_my_traces'), :action => 'mine', :tag => nil, :page => nil %>
+ - <%= link_to t(".see_all_traces"), :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil %>
+ - <%= link_to t(".see_my_traces"), :action => "mine", :tag => nil, :page => nil %>
<% else %>
<% if @display_name %>
- - <%= link_to t('.see_all_traces'), :controller => 'traces', :action => 'index', :display_name => nil, :tag => nil, :page => nil %>
+ - <%= link_to t(".see_all_traces"), :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil %>
<% end %>
<% if current_user && current_user != @target_user %>
- - <%= link_to t('.see_my_traces'), :action => 'mine', :tag => nil, :page => nil %>
+ - <%= link_to t(".see_my_traces"), :action => "mine", :tag => nil, :page => nil %>
<% end %>
<% end %>
<% end %>
<% content_for :auto_discovery_link_tag do %>
-<%= auto_discovery_link_tag :rss, :action => 'georss', :display_name => @display_name, :tag => @tag %>
+<%= auto_discovery_link_tag :rss, :action => "georss", :display_name => @display_name, :tag => @tag %>
<% end %>
<% if @traces.size > 0 %>
- <%= render :partial => 'trace_paging_nav' %>
+ <%= render :partial => "trace_paging_nav" %>
@@ -33,13 +33,13 @@
- <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %>
+ <%= render :partial => "trace", :collection => @traces unless @traces.nil? %>
- <%= render :partial => 'trace_paging_nav' %>
+ <%= render :partial => "trace_paging_nav" %>
<% else %>
- <%= t '.empty_html', :upload_link => new_trace_path %>
+ <%= t ".empty_html", :upload_link => new_trace_path %>
<% end %>
-<%= render :partial => 'trace_optionals' %>
+<%= render :partial => "trace_optionals" %>