]> git.openstreetmap.org Git - rails.git/blob - app/views/application/_sidebar_header.html.erb
Merge pull request #3693 from lectrician1/patch-2
[rails.git] / app / views / application / _sidebar_header.html.erb
1 <div class="d-flex w-100">
2   <h2 class="flex-grow-1 text-break"><%= title %></h2>
3   <div>
4     <a class="geolink d-block btn-close" href="<%= root_path %>"></a>
5   </div>
6 </div>