If there is no theme, add text and link.

This commit is contained in:
Alessandro Cuoghi
2017-08-30 14:25:01 +02:00
committed by taitus
parent 3516c651c1
commit f67f4c85c7
4 changed files with 23 additions and 4 deletions

View File

@@ -44,7 +44,8 @@
// 03. Content
// ----------------------
.more-info-content {
.more-info-content,
.communities-show {
h3 {
color: $brand;

View File

@@ -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 %>