diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index e6a262d07..1b183d47a 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1275,12 +1275,17 @@ ul.ballot-list { } } +.select-district a { + display: inline-block; + margin: $line-height/4 0; + padding: $line-height/4; +} + .select-district .active a { background: #f9f9f9; border-radius: rem-calc(3); color: $budget; font-weight: bold; - padding: $line-height/4; &:after { content: "\56"; diff --git a/app/views/budgets/groups/show.html.erb b/app/views/budgets/groups/show.html.erb index 0ae0a2a50..49d18967a 100644 --- a/app/views/budgets/groups/show.html.erb +++ b/app/views/budgets/groups/show.html.erb @@ -1,11 +1,11 @@ -
+
<%= link_to budget_path(@budget), class: "back" do %> <%= t('shared.back') %> <% end %> -

<%# t("spending_proposals.welcome.districts") %>

+

<%= t("budgets.groups.show.title") %>

<% @group.headings.each_slice(7) do |slice| %> diff --git a/config/locales/budgets.en.yml b/config/locales/budgets.en.yml index f969274ee..0c8eb34e1 100644 --- a/config/locales/budgets.en.yml +++ b/config/locales/budgets.en.yml @@ -11,6 +11,9 @@ en: other: "You have voted %{count} proposals." voted_info_html: "You can change your vote at any time until the close of this phase.
No need to invest all the money available." zero: You have not voted any investment project. + groups: + show: + title: Select a heading budget: phase: on_hold: On hold diff --git a/config/locales/budgets.es.yml b/config/locales/budgets.es.yml index 893a61706..163dd25ac 100644 --- a/config/locales/budgets.es.yml +++ b/config/locales/budgets.es.yml @@ -11,6 +11,9 @@ es: other: "Has votado %{count} propuestas." voted_info_html: "Puedes cambiar tus votos en cualquier momento hasta el cierre de esta fase.
No hace falta que inviertas todo el dinero disponible." zero: "Todavía no has votado ninguna propuesta de inversión." + groups: + show: + title: Selecciona una partida budget: phase: on_hold: En pausa