mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
14 lines
571 B
Text
14 lines
571 B
Text
<div id="display_box">
|
|
<div id="feeds">
|
|
<div id="feedlegend">
|
|
<p><%= raw I18n.t "data.import.yaml_warning", warning: '<strong>' + I18n.t('data.import.warning') + '</strong>' %></p>
|
|
<p><%= I18n.t "data.import.paste_field" %></p>
|
|
</div>
|
|
<p>
|
|
<%= form_for :import, @import, :url => {:controller => 'data', :action => 'yaml_import'} do |f| %>
|
|
<%= f.text_area :yaml %><br />
|
|
<input type="submit" value="<%= I18n.t 'data.import.submit' %>">
|
|
<% end %>
|
|
</p>
|
|
</div><!-- End of feeds -->
|
|
</div><!-- End of display_box -->
|