X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f5cbc9c4fec78f4b8a1d01859b08d82ecb66a1b0..ccbf99cf170a3124decef78a2e4c8bf2575a2d66:/app/views/export/start.html.erb?ds=sidebyside
diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb
index 78a22bc47..cdb16970f 100644
--- a/app/views/export/start.html.erb
+++ b/app/views/export/start.html.erb
@@ -17,9 +17,17 @@
<%= t'export.start.format_to_export' %>
- - <%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %>
- - <%= radio_button_tag("format", "mapnik") %> <%= t'export.start.map_image' %>
- - <%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %>
+ -
+ <%= radio_button_tag("format", "osm") %>
+
+
+ -
+ <%= radio_button_tag("format", "mapnik") %>
+
+
+ -
+ <%= radio_button_tag("format", "html") %>
+
@@ -67,6 +75,8 @@
- <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
+
+ <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
+
<% end %>