]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/_sidebar.html.erb
Reorganize share/export UI
[rails.git] / app / views / site / _sidebar.html.erb
index bea37d0d99bf4992253f4c1d0467cc4bff07d5c7..cc3cf48150e228d24a70270802297aa8ae6f0e0e 100644 (file)
@@ -1,10 +1,9 @@
 <div id="sidebar">
-  <table class="sidebar_title" width="100%">
-    <tr>
-      <td id="sidebar_title"><% t 'site.sidebar.search_results' %></td>
-      <td id="sidebar_close"><a class="sidebar_close" href="#"><%= t 'site.sidebar.close' %></a></td>
-    </tr>
-  </table>
+  <div class="sidebar_heading">
+    <h4 id="sidebar_title"><% t 'site.sidebar.search_results' %></h4>
+    <a class="sidebar_close" href="#"><%= t 'site.sidebar.close' %></a>
+  </div>
   <div id="sidebar_content">
+    <%= render :template => 'export/start' if params[:export] %>
   </div>
 </div>