mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
* Rough draft of issue system * Simplify design * Remove stale files from merge conflicts * STI for issues * Cleanup * Improve Synth api key flow * Stub api key for test
15 lines
298 B
Text
15 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" %>
|