]> git.openstreetmap.org Git - rails.git/blob - app/views/application/_sidebar_header.html.erb
Merge pull request #3642 from Firefishy/forum-to-community
[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       <button type="button" class="btn-close mt-1"></button>
8     </a>
9   </div>
10 </div>