If there is no theme, add text and link.
This commit is contained in:
committed by
taitus
parent
3516c651c1
commit
f67f4c85c7
@@ -44,7 +44,8 @@
|
||||
// 03. Content
|
||||
// ----------------------
|
||||
|
||||
.more-info-content {
|
||||
.more-info-content,
|
||||
.communities-show {
|
||||
|
||||
h3 {
|
||||
color: $brand;
|
||||
|
||||
@@ -35,5 +35,15 @@
|
||||
<% end %>
|
||||
|
||||
<% else %>
|
||||
<h4><%= t("community.show.create_first_community_topic") %></h4>
|
||||
|
||||
<h3>
|
||||
<%= t("community.show.create_first_community_topic.first_theme") %>
|
||||
</h3>
|
||||
<% 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 %>
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user