Markdown for issue description, added issue title
This commit is contained in:
parent
7e2f489017
commit
4dc1331676
|
@ -1,5 +1,5 @@
|
||||||
%h3
|
%h3
|
||||||
@issue.title
|
#{@issue.title}
|
||||||
%small
|
%small
|
||||||
created at
|
created at
|
||||||
= @issue.created_at.stamp("Aug 21, 2011")
|
= @issue.created_at.stamp("Aug 21, 2011")
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
%div= simple_format @issue.description
|
%div= markdown @issue.description
|
||||||
|
|
||||||
|
|
||||||
.issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"
|
.issue_notes#notes= render "notes/notes", :tid => @issue.id, :tt => "issue"
|
||||||
|
|
Loading…
Reference in a new issue