diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index 6f34d03d1..440248293 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -20,7 +20,7 @@ <%= link_to budget.name, budget %>
<%= @budget.description %>
+ @@ -36,4 +39,4 @@ - \ No newline at end of file + diff --git a/config/locales/en.yml b/config/locales/en.yml index 5379484be..544c54964 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -33,6 +33,13 @@ en: application: close: Close menu: Menu + budgets: + phases: + accepting: Accepting investment projects + on_hold: On Hold + selecting: Selecting investment projects + balloting: Voting investment projects + finished: Finished comments: comment: admin: Administrator diff --git a/config/locales/es.yml b/config/locales/es.yml index a1edcfc77..7848777ad 100755 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -33,6 +33,13 @@ es: application: close: Cerrar menu: Menú + budgets: + phases: + accepting: Aceptación de proyectos + on_hold: En espera + selecting: Selección de proyectos + balloting: Votación de proyectos + finished: Terminado comments: comment: admin: Administrador