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