]> git.openstreetmap.org Git - rails.git/commitdiff
Change user's traces tab label to a string without "GPX"
authorAnton Khorev <tony29@yandex.ru>
Thu, 21 Mar 2024 13:19:05 +0000 (16:19 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 21 Mar 2024 13:19:05 +0000 (16:19 +0300)
app/views/traces/index.html.erb

index 63ade87d7dd6eb9445789d141d404c60da672dfa..90abdad71e83f227ace8e2dc5f40cef8c94a299d 100644 (file)
@@ -33,7 +33,7 @@
         <%= link_to t(".my_traces"), { :action => "mine" }, { :class => "nav-link active" } %>
       </li>
     <% else %>
-      <!-- public_traces_from @target_user -->
+      <!-- traces_from @target_user -->
       <li class="nav-item">
         <%= link_to t(".all_traces"), { :controller => "traces", :action => "index", :display_name => nil }, { :class => "nav-link" } %>
       </li>
@@ -43,7 +43,7 @@
         </li>
       <% end %>
       <li class="nav-item">
-        <%= link_to t(".public_traces_from", :user => @target_user&.display_name), { :action => "mine" }, { :class => "nav-link active" } %>
+        <%= link_to t(".traces_from", :user => @target_user&.display_name), { :action => "mine" }, { :class => "nav-link active" } %>
       </li>
     <% end %>