#3: fix DOM model
This commit is contained in:
parent
6bb2188c2f
commit
5c3c100dc9
|
@ -8,8 +8,8 @@
|
|||
%br/
|
||||
%span.date=@issue.created_at.to_s(:long)
|
||||
%br/
|
||||
.both
|
||||
.fulltext.view.issue_body.formatted.cm-s-default.md_and_cm=markdown @issue.body
|
||||
.both
|
||||
.fulltext.view.issue_body.formatted.cm-s-default.md_and_cm=markdown @issue.body
|
||||
.both
|
||||
%br
|
||||
- if can? :update, @issue
|
||||
|
|
Loading…
Reference in New Issue