Added style show community.
This commit is contained in:
committed by
taitus
parent
08f58b845d
commit
b4cdca215d
@@ -1,10 +1,18 @@
|
||||
<div class="topic-form row">
|
||||
|
||||
<div class="small-12 column">
|
||||
<div class="small-12 medium-9 column">
|
||||
<%= render "shared/back_link" %>
|
||||
|
||||
<h1><%= t("topic.edit.editing") %></h1>
|
||||
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
|
||||
<div class="small-12 medium-3 column">
|
||||
<span class="icon-proposals float-right"></span>
|
||||
<h2><%= t("community.sidebar.topic.recommendations_title") %></h2>
|
||||
<ul class="recommendations">
|
||||
<li><%= t("community.sidebar.topic.recommendation_one") %></li>
|
||||
<li><%= t("community.sidebar.topic.recommendation_two") %></li>
|
||||
<li><%= t("community.sidebar.topic..recommendation_three") %></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user