diff --git a/app/views/proposals/show.html.erb b/app/views/proposals/show.html.erb index 05ef91fca..e47dbc226 100644 --- a/app/views/proposals/show.html.erb +++ b/app/views/proposals/show.html.erb @@ -158,7 +158,13 @@ <% if current_user %> <%= render 'follows/follow_button', follow: find_or_build_follow(current_user, @proposal) %> <% end %> - <%= link_to t("community.show.access"), community_path(@proposal.community_id), class: 'button expanded' %> + +
++ <%= t("community.sidebar.description") %> +
+ <%= link_to t("community.sidebar.button_to_access"), community_path(@proposal.community_id), class: 'button hollow expanded' %> diff --git a/config/locales/es/community.yml b/config/locales/es/community.yml new file mode 100644 index 000000000..8c303c800 --- /dev/null +++ b/config/locales/es/community.yml @@ -0,0 +1,7 @@ +es: + community: + sidebar: + title: Comunidad + description: Partecipa a la comunidad de usuarios, da tu opinión. + button_to_access: Acceder a la comunidad + show: diff --git a/db/schema.rb b/db/schema.rb index 086818b57..7c29bccb9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -951,7 +951,7 @@ ActiveRecord::Schema.define(version: 20170807082243) do t.boolean "email_digest", default: true t.boolean "email_on_direct_message", default: true t.boolean "official_position_badge", default: false - t.datetime "password_changed_at", default: '2017-08-07 08:24:24', null: false + t.datetime "password_changed_at", default: '2017-08-07 11:14:09', null: false t.boolean "created_from_signature", default: false t.integer "failed_email_digests_count", default: 0 t.text "former_users_data_log", default: ""