Files
nairobi/app/components/admin/budgets_wizard/creation_timeline_component.html.erb
Julian Herrero 2115eb5274 Allow creating budgets step by step
We introduce the first step (creating the budget).

Co-Authored-By: decabeza <alberto@decabeza.es>
2021-06-08 14:25:44 +02:00

6 lines
134 B
Plaintext

<ol class="creation-timeline">
<li aria-current="step">
<%= t("admin.budgets_wizard.creation_timeline.budget") %>
</li>
</ol>