theseus/app/views/shared/_page_header.html.erb
2025-05-31 23:25:41 -04:00

8 lines
No EOL
172 B
Text

<div class="page-header mb-6">
<h1><%= title %></h1>
<% if defined?(actions) && actions %>
<div class="actions">
<%= actions %>
</div>
<% end %>
</div>