If there is no theme, add text and link.
This commit is contained in:
committed by
taitus
parent
3516c651c1
commit
f67f4c85c7
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user