Commit 4aad057f23a7d517d090ea3f54a48c693bf1b804
1 parent
4e55cc67
Exists in
master
and in
4 other branches
issues style fixed
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/issues.css.scss
app/views/issues/show.html.haml
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | %span.tag.today Open | 8 | %span.tag.today Open |
9 | 9 | ||
10 | .data | 10 | .data |
11 | - %h4= @issue.title | 11 | + %p= @issue.title |
12 | 12 | ||
13 | - if @issue.author == @issue.assignee | 13 | - if @issue.author == @issue.assignee |
14 | = image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;" | 14 | = image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;" |