]> git.openstreetmap.org Git - rails.git/blob - app/views/application/_sidebar_header.html.erb
Allow moderator to unhide diary entries as well as hide them
[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     <button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button>
5   </div>
6 </div>