mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 03:30:13 +01:00
IDs of objects are not copied, but created as new so there could be no conflict with existing objects.
7 lines
153 B
Text
7 lines
153 B
Text
<% if !(@errmessage == '') %>
|
|
<p>There were these errors:
|
|
<pre><%= @errmessage %></pre>
|
|
</p>
|
|
<% else %>
|
|
<p>Import was successful.</p>
|
|
<% end %>
|