]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_start.html.erb
Allow a logged in user to relogin as a different user just by visiting
[rails.git] / app / views / browse / _start.html.erb
1 <div>
2   <div style="text-align: center">
3     <p style="margin-top: 10px; margin-bottom: 20px">
4       <a id="browse_select_view" href="#"><%= t'browse.start.view_data' %></a>
5       <br />
6       <a id="browse_select_box" href="#"><%= t'browse.start.manually_select' %></a>  
7     </p>
8   </div>
9   <div id="browse_status" style="text-align: center; display: none">
10   </div>
11   <div id="browse_content">
12   </div>
13 </div>