]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/export.html.erb
Update title on pushState, closes #33
[rails.git] / app / views / site / export.html.erb
index ed94aff02472f266e676cf2334e16752e540afc6..168f7d4396a8799d24994dbadc04bf74eef5d872 100644 (file)
@@ -1,5 +1,7 @@
-<h2><%= t 'export.start_rjs.export' %>
-  <span class="icon close"></span>
+<% set_title(t('export.title')) %>
+<h2>
+  <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+  <%= t 'export.start_rjs.export' %>
 </h2>
 
 <%= form_tag :controller => "export", :action => "finish" do %>
@@ -20,7 +22,7 @@
   <div id="export_osm">
     <h4><span class="small-title"><%= t'export.start.licence' %></span><%= raw t'export.start.export_details' %></h4>
 
-    <div  id="export_osm_too_large">
+    <div id="export_osm_too_large">
       <div class="export_details">
         <h4><span class="small-title red"><%= t'export.start.too_large.heading' %></span><%= t'export.start.too_large.body' %></h4>
         <dl class="inner12">
@@ -40,7 +42,7 @@
     </div>
   </div>
 
-  <div class="inner12">
+  <div class="export_button inner12">
     <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
   </div>
 <% end %>