Remove some css. Pass scss-lint

This commit is contained in:
Alessandro Cuoghi
2017-08-09 18:24:15 +02:00
committed by taitus
parent 1c1ac4c1f7
commit 1e60bc5cc2
3 changed files with 42 additions and 35 deletions

View File

@@ -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>&nbsp;
@@ -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 %>