tracks/app/views/data/yaml_import.html.erb

8 lines
153 B
Text
Raw Normal View History

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