diff --git a/app/assets/stylesheets/pages.scss b/app/assets/stylesheets/pages.scss
index d3db7e9b2..7114b01d6 100644
--- a/app/assets/stylesheets/pages.scss
+++ b/app/assets/stylesheets/pages.scss
@@ -44,7 +44,8 @@
// 03. Content
// ----------------------
-.more-info-content {
+.more-info-content,
+.communities-show {
h3 {
color: $brand;
diff --git a/app/views/topics/_topics.html.erb b/app/views/topics/_topics.html.erb
index 27983e343..2dda41989 100644
--- a/app/views/topics/_topics.html.erb
+++ b/app/views/topics/_topics.html.erb
@@ -35,5 +35,15 @@
<% end %>
<% else %>
-
<%= t("community.show.create_first_community_topic") %>
+
+
+ <%= t("community.show.create_first_community_topic.first_theme") %>
+
+<% if user_signed_in? %>
+ <%= t("community.show.create_first_community_topic.first_theme_not_logged_in") %>
+<% else %>
+ <%= t("community.show.create_first_community_topic.sub_first_theme",
+ link: link_to(t("community.show.create_first_community_topic.sign_link",
+ org_name: setting['org_name']), new_user_session_path)).html_safe %>
+ <% end %>
<% end %>
diff --git a/config/locales/en/community.yml b/config/locales/en/community.yml
index 27b4dee11..18d85527b 100644
--- a/config/locales/en/community.yml
+++ b/config/locales/en/community.yml
@@ -11,7 +11,11 @@ en:
description:
proposal: Participate in the community of this proposal
investment: Participate in the community of this budget investment
- create_first_community_topic: Create the first community topic
+ create_first_community_topic:
+ first_theme_not_logged_in: No issue yet available, participate creating the first one. Click on the create new topic button.
+ first_theme: Create the first community topic
+ sub_first_theme: To create a theme you have to %{link}
+ sign_link: "access in %{org_name}"
tab:
participants: Participants
sidebar:
diff --git a/config/locales/es/community.yml b/config/locales/es/community.yml
index ae89a4abb..1dad7ac6f 100644
--- a/config/locales/es/community.yml
+++ b/config/locales/es/community.yml
@@ -11,7 +11,11 @@ es:
description:
proposal: Participa en la comunidad de esta propuesta
investment: Participa en la comunidad de este presupuesto participativo
- create_first_community_topic: Crea el primer tema de la comunidad
+ create_first_community_topic:
+ first_theme_not_logged_in: Aún no hay ningun tema disponible, participa creando el primero. Haz click en el botón crear nuevo tema.
+ first_theme: Crea el primer tema de la comunidad
+ sub_first_theme: Para crear un tema tienes que %{link}
+ sign_link: "acceder en %{org_name}"
tab:
participants: Participantes
sidebar: