Improves styles for comments show

This commit is contained in:
Alberto Garcia Cabeza
2016-01-08 13:41:18 +01:00
parent 35704f2be9
commit 5ef9f4de87
3 changed files with 15 additions and 15 deletions

View File

@@ -1,9 +1,13 @@
<div>
<%= link_to t("comments.show.return_to_commentable") + @comment.commentable.title,
@comment.commentable %>
<div class="row">
<div class="small-12 column margin-top">
<%= link_to @comment.commentable, class: "left back" do %>
<i class="icon-angle-left left"></i>
<%= t("comments.show.return_to_commentable") + @comment.commentable.title %>
<% end %>
</div>
</div>
<section class="row-full comments">
<section class="comments">
<div class="row">
<div id="comments" class="small-12 column">
<%= render @comment %>