rosa-build/app/views/projects/issues/_title_body.html.haml

9 lines
327 B
Plaintext

#open-comment.comment.view
%h3.tmargin0= t 'activerecord.attributes.issue.title'
.wrapper= f.text_area :title, :cols => 80, :rows => 1
#open-comment.comment.view
=render 'projects/comments/button_md_help'
%h3.tmargin0= t 'activerecord.attributes.issue.body'
=render 'projects/comments/body', :f => f, :id => id
.both