Commit 4dc13316768ba89cbf1f48dfc3e7bfffd54b5b1d

Authored by Steven Verbeek
1 parent 7e2f4890

Markdown for issue description, added issue title

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/issues/show.html.haml
1 1 %h3
2   - @issue.title
  2 + #{@issue.title}
3 3 %small
4 4 created at
5 5 = @issue.created_at.stamp("Aug 21, 2011")
... ... @@ -43,7 +43,7 @@
43 43  
44 44 %hr
45 45  
46   - %div= simple_format @issue.description
  46 + %div= markdown @issue.description
47 47  
48 48  
49 49 .issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"
... ...