Commit 9cbd1aef20652b136b76b9efeb2564739aa57647

Authored by Steven Verbeek
1 parent aeed7da6

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 27  
28 28  
29 29 %div.well
30   - %div
  30 + %div.row
31 31 %div.issue_meta.span13
32 32 %cite.cgray Created by
33 33 = image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
... ...