Commit 9cbd1aef20652b136b76b9efeb2564739aa57647
1 parent
aeed7da6
Exists in
master
and in
4 other branches
Fixed row messed up. Started on overall look.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/issues/show.html.haml
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | 27 | ||
28 | 28 | ||
29 | %div.well | 29 | %div.well |
30 | - %div | 30 | + %div.row |
31 | %div.issue_meta.span13 | 31 | %div.issue_meta.span13 |
32 | %cite.cgray Created by | 32 | %cite.cgray Created by |
33 | = image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av" | 33 | = image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av" |