From 9cbd1aef20652b136b76b9efeb2564739aa57647 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 17 Mar 2012 03:31:38 -0300 Subject: [PATCH] Fixed row messed up. Started on overall look. --- app/views/issues/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index 4e399802..0c020a1e 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -27,7 +27,7 @@ %div.well - %div + %div.row %div.issue_meta.span13 %cite.cgray Created by = image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"