diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 4bc64f9a5..0779a367a 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -760,6 +760,10 @@ &.past-budgets { min-height: 0; + + .button ~ .button { + margin-left: $line-height / 2; + } } } diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index 4f9184477..bc236377f 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -136,17 +136,20 @@
-
+

<%= budget.name %>

-
+
<%= link_to t("budgets.index.see_results"), budget_results_path(budget.id), - class: "button expanded" %> + class: "button" %> + <%= link_to t("budgets.index.milestones"), + budget_executions_path(budget.id), + class: "button" %>
diff --git a/config/locales/en/budgets.yml b/config/locales/en/budgets.yml index e20c9f09f..db43eca30 100644 --- a/config/locales/en/budgets.yml +++ b/config/locales/en/budgets.yml @@ -57,6 +57,7 @@ en: section_footer: title: Help with participatory budgets description: With the participatory budgets the citizens decide to which projects is destined a part of the budget. + milestones: Milestones investments: form: tag_category_label: "Categories" diff --git a/config/locales/es/budgets.yml b/config/locales/es/budgets.yml index 531960330..9b477a586 100644 --- a/config/locales/es/budgets.yml +++ b/config/locales/es/budgets.yml @@ -57,6 +57,7 @@ es: section_footer: title: Ayuda sobre presupuestos participativos description: Con los presupuestos participativos la ciudadanía decide a qué proyectos va destinada una parte del presupuesto. + milestones: Seguimiento de proyectos investments: form: tag_category_label: "Categorías"