Rename gpx description template to details
"Description" is just one of trace properties, details include description and other things.
This commit is contained in:
parent
be8d76926c
commit
4c73b2651c
7 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<p><%= t ".failed_to_import" %>
|
||||
|
||||
<%= render :partial => "gpx_description" %>
|
||||
<%= render :partial => "gpx_details" %>
|
||||
|
||||
<p><%= t ".verify" %></p>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<%= t ".failed_to_import" %>
|
||||
|
||||
<%= render :partial => "gpx_description" %>
|
||||
<%= render :partial => "gpx_details" %>
|
||||
|
||||
<%= t ".verify" %>
|
||||
|
||||
|
|
|
@ -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) %>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
<%= t ".imported_successfully" %>
|
||||
|
||||
<%= render :partial => "gpx_description" %>
|
||||
<%= render :partial => "gpx_details" %>
|
||||
|
||||
<%= t ".all_your_traces", :url => @my_traces_url %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue