Remove some css. Pass scss-lint
This commit is contained in:
committed by
taitus
parent
1c1ac4c1f7
commit
1e60bc5cc2
@@ -7,7 +7,7 @@
|
||||
|
||||
<% topics.each do |topic| %>
|
||||
<div id="<%= dom_id(topic) %>" class="panel">
|
||||
<div class="small-12 medium-11 column">
|
||||
<div class="small-10 medium-10 column">
|
||||
<h3><%= link_to topic.title, community_topic_path(@community, topic) %></h3>
|
||||
<p class="topic-info">
|
||||
<span class="icon-comments"></span>
|
||||
@@ -18,7 +18,7 @@
|
||||
<%= topic.author.name %>
|
||||
</p>
|
||||
</div>
|
||||
<div class="small-12 medium-1 column text-center nopadding">
|
||||
<div class="small-2 medium-2 column text-center">
|
||||
<% if topic.author == current_user %>
|
||||
<%= link_to t("community.topic.edit_button"), edit_community_topic_path(@community.id, topic), class: 'button small hollow' %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user