]> git.openstreetmap.org Git - rails.git/commitdiff
Rename gpx description template to details
authorAnton Khorev <tony29@yandex.ru>
Sat, 11 Jan 2025 12:57:17 +0000 (15:57 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 11 Jan 2025 13:03:59 +0000 (16:03 +0300)
"Description" is just one of trace properties, details include description and other things.

app/views/user_mailer/_gpx_details.html.erb [moved from app/views/user_mailer/_gpx_description.html.erb with 100% similarity]
app/views/user_mailer/_gpx_details.text.erb [moved from app/views/user_mailer/_gpx_description.text.erb with 100% similarity]
app/views/user_mailer/gpx_failure.html.erb
app/views/user_mailer/gpx_failure.text.erb
app/views/user_mailer/gpx_success.html.erb
app/views/user_mailer/gpx_success.text.erb
config/locales/en.yml

index 5427339f9fcc38020d2bc211316d729deb35d387..2e5a283b84fa83e79f6d5c6843fad2aa4283df50 100644 (file)
@@ -2,7 +2,7 @@
 
 <p><%= t ".failed_to_import" %>
 
 
 <p><%= t ".failed_to_import" %>
 
-<%= render :partial => "gpx_description" %>
+<%= render :partial => "gpx_details" %>
 
 <p><%= t ".verify" %></p>
 
 
 <p><%= t ".verify" %></p>
 
index 860f6765906bb5c6cd2057bf625109479821dd5c..0c5edebdee92bcbb01ac929057da02a663800274 100644 (file)
@@ -2,7 +2,7 @@
 
 <%= t ".failed_to_import" %>
 
 
 <%= t ".failed_to_import" %>
 
-<%= render :partial => "gpx_description" %>
+<%= render :partial => "gpx_details" %>
 
 <%= t ".verify" %>
 
 
 <%= t ".verify" %>
 
index 803a85b4d1cb919dc4d6906fb2c64b7d47dfb33e..b7f6beadc85db24edea224573aa618d1c646ead3 100644 (file)
@@ -2,7 +2,7 @@
 
 <p><%= t ".imported_successfully" %></p>
 
 
 <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) %>
 
 <p>
   <%= t ".all_your_traces_html", :url => link_to(@my_traces_url, @my_traces_url) %>
index 6bb3e687928b36c617bf909668d95e45545efd9f..fa4fed7d6e68b6680b2ca54c0a5adc59220de8f0 100644 (file)
@@ -2,6 +2,6 @@
 
 <%= t ".imported_successfully" %>
 
 
 <%= t ".imported_successfully" %>
 
-<%= render :partial => "gpx_description" %>
+<%= render :partial => "gpx_details" %>
 
 <%= t ".all_your_traces", :url => @my_traces_url %>
 
 <%= t ".all_your_traces", :url => @my_traces_url %>
index 0f2329a8d18b241f5f24795ec4db00ae136a5f7d..a62f4d34fc6b5ecf279701d8fb609a098bcd1056 100644 (file)
@@ -1668,7 +1668,7 @@ en:
       see_their_profile_html: "You can see their profile at %{userurl}."
       befriend_them: "You can also add them as a friend at %{befriendurl}."
       befriend_them_html: "You can also add them as a friend at %{befriendurl}."
       see_their_profile_html: "You can see their profile at %{userurl}."
       befriend_them: "You can also add them as a friend at %{befriendurl}."
       befriend_them_html: "You can also add them as a friend at %{befriendurl}."
-    gpx_description:
+    gpx_details:
       details: "Your file details:"
       filename: Filename
       url: URL
       details: "Your file details:"
       filename: Filename
       url: URL