9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
<% if feature?("community") %>
|
|
<div class="sidebar-divider"></div>
|
|
<h2><%= t("community.sidebar.title") %></h2>
|
|
<p>
|
|
<%= t("community.sidebar.description") %>
|
|
</p>
|
|
<%= link_to t("community.sidebar.button_to_access"), community_path(community_id), class: 'button hollow expanded' %>
|
|
<% end %>
|