mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-28 01:29:39 +02:00
16 lines
298 B
Text
16 lines
298 B
Text
|
<%= drawer do %>
|
||
|
<article class="prose">
|
||
|
<%= tag.h2 do %>
|
||
|
<%= yield :title %>
|
||
|
<% end %>
|
||
|
|
||
|
<%= tag.h3 t(".description") %>
|
||
|
<%= yield :description %>
|
||
|
|
||
|
<%= tag.h3 t(".action") %>
|
||
|
<%= yield :action %>
|
||
|
</article>
|
||
|
<% end %>
|
||
|
|
||
|
<%= render template: "layouts/application" %>
|