Merge pull request #2864 from consul/backport_1543-budget_execution_list
Budget execution list
This commit is contained in:
@@ -174,6 +174,15 @@ en:
|
||||
investment_proyects: List of all investment projects
|
||||
unfeasible_investment_proyects: List of all unfeasible investment projects
|
||||
not_selected_investment_proyects: List of all investment projects not selected for balloting
|
||||
executions:
|
||||
link: "Milestones"
|
||||
page_title: "%{budget} - Milestones"
|
||||
heading: "Participatory budget Milestones"
|
||||
heading_selection_title: "By district"
|
||||
no_winner_investments: "No winner investments in this state"
|
||||
filters:
|
||||
label: "Project's current state"
|
||||
all: "All (%{count})"
|
||||
phases:
|
||||
errors:
|
||||
dates_range_invalid: "Start date can't be equal or later than End date"
|
||||
|
||||
@@ -174,6 +174,15 @@ es:
|
||||
investment_proyects: Ver lista completa de proyectos de gasto
|
||||
unfeasible_investment_proyects: Ver lista de proyectos de gasto inviables
|
||||
not_selected_investment_proyects: Ver lista de proyectos de gasto no seleccionados para la votación final
|
||||
executions:
|
||||
link: "Seguimiento"
|
||||
page_title: "%{budget} - Seguimiento de proyectos"
|
||||
heading: "Seguimiento de proyectos"
|
||||
heading_selection_title: "Ámbito de actuación"
|
||||
no_winner_investments: "No hay proyectos de gasto ganadores en este estado"
|
||||
filters:
|
||||
label: "Estado actual del proyecto"
|
||||
all: "Todos (%{count})"
|
||||
phases:
|
||||
errors:
|
||||
dates_range_invalid: "La fecha de comienzo no puede ser igual o superior a la de finalización"
|
||||
|
||||
@@ -15,6 +15,7 @@ resources :budgets, only: [:show, :index] do
|
||||
end
|
||||
|
||||
resource :results, only: :show, controller: "budgets/results"
|
||||
resource :executions, only: :show, controller: 'budgets/executions'
|
||||
end
|
||||
|
||||
scope '/participatory_budget' do
|
||||
|
||||
Reference in New Issue
Block a user