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

9 lines
327 B
Plaintext
Raw Normal View History

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
=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