Rename gpx description template to details

"Description" is just one of trace properties, details include description and other things.
This commit is contained in:
Anton Khorev 2025-01-11 15:57:17 +03:00
parent be8d76926c
commit 4c73b2651c
7 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<p><%= t ".failed_to_import" %>
<%= render :partial => "gpx_description" %>
<%= render :partial => "gpx_details" %>
<p><%= t ".verify" %></p>

View file

@ -2,7 +2,7 @@
<%= t ".failed_to_import" %>
<%= render :partial => "gpx_description" %>
<%= render :partial => "gpx_details" %>
<%= t ".verify" %>

View file

@ -2,7 +2,7 @@
<p><%= t ".imported_successfully" %></p>
<%= render :partial => "gpx_description" %>
<%= render :partial => "gpx_details" %>
<p>
<%= t ".all_your_traces_html", :url => link_to(@my_traces_url, @my_traces_url) %>

View file

@ -2,6 +2,6 @@
<%= t ".imported_successfully" %>
<%= render :partial => "gpx_description" %>
<%= render :partial => "gpx_details" %>
<%= t ".all_your_traces", :url => @my_traces_url %>