tracks/app/views/data/yaml_import.html.erb
Jakub A.Tesinsky 229a114441 mport feature added. Everything gets imported except updated_at fields.
IDs of objects are not copied, but created as new so there could be no conflict with existing objects.
2008-09-05 03:25:56 +02:00

7 lines
153 B
Text

<% if !(@errmessage == '') %>
<p>There were these errors:
<pre><%= @errmessage %></pre>
</p>
<% else %>
<p>Import was successful.</p>
<% end %>