Add information to the phase table to clarify its functionality.
Add a help text on admin budget show page and improve text from Admin::Budgets::HelpComponent in order to clarify its functionality when we are using the wizard.
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
<%= render Admin::Budgets::GroupsAndHeadingsComponent.new(budget) %>
|
||||
</section>
|
||||
|
||||
<section aria-labelledby="phases_header">
|
||||
<section class="phases" aria-labelledby="phases_header">
|
||||
<h3 id="phases_header"><%= t("admin.budgets.edit.phases_caption") %></h3>
|
||||
<span class="help-text"><%= t("admin.budgets.edit.phases_table_help_text") %></span>
|
||||
<%= render Admin::BudgetPhases::PhasesComponent.new(budget) %>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user