openstreetmap-website/app/views/application/_sidebar_header.html.erb
2022-10-31 23:54:58 +03:00

6 lines
203 B
Text

<div class="d-flex w-100">
<h2 class="flex-grow-1 text-break"><%= title %></h2>
<div>
<button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button>
</div>
</div>