]> git.openstreetmap.org Git - rails.git/blob - app/views/application/_sidebar_header.html.erb
Merge remote-tracking branch 'upstream/pull/3226'
[rails.git] / app / views / application / _sidebar_header.html.erb
1 <div class="d-flex w-100">
2   <div class="flex-grow-1 text-break">
3     <h2><%= title %></h2>
4   </div>
5   <div>
6     <a class="geolink" href="<%= root_path %>">
7       <span class="icon close"></span>
8     </a>
9   </div>
10 </div>