2012-09-19 18:59:14 +01:00
|
|
|
#open-comment.comment.view
|
2012-09-21 13:10:47 +01:00
|
|
|
%h3.tmargin0= t 'activerecord.attributes.issue.title'
|
|
|
|
.wrapper= f.text_area :title, :cols => 80, :rows => 1
|
2012-09-19 18:59:14 +01:00
|
|
|
#open-comment.comment.view
|
2012-10-05 09:16:07 +01:00
|
|
|
=render 'projects/comments/button_md_help'
|
2012-09-19 18:59:14 +01:00
|
|
|
%h3.tmargin0= t 'activerecord.attributes.issue.body'
|
2012-09-21 11:32:14 +01:00
|
|
|
=render 'projects/comments/body', :f => f, :id => id
|
2012-09-19 18:59:14 +01:00
|
|
|
.both
|