2012-08-29 15:58:58 +01:00
|
|
|
#open-comment.comment.view
|
|
|
|
%h3.tmargin0{:style => 'margin-bottom: 0;'}= t 'activerecord.attributes.issue.title'
|
|
|
|
.wrapper= f.text_area :title, :cols => 80, :rows => 1, :style => 'height: 16px; margin: 0 0 10px;'
|
|
|
|
#open-comment.comment.view
|
|
|
|
%h3.tmargin0= t 'activerecord.attributes.issue.body'
|
|
|
|
=render 'projects/comments/body', :f => f, :id => 'new'
|
|
|
|
|
2012-02-27 16:10:12 +00:00
|
|
|
.both
|
2012-04-13 20:44:04 +01:00
|
|
|
.leftlist= t('activerecord.attributes.issue.assignee') + ':'
|
2012-02-27 16:10:12 +00:00
|
|
|
.rightlist
|
|
|
|
%span#people-span.small-text= t('layout.issues.choose_user_on_left')
|
2012-04-13 20:44:04 +01:00
|
|
|
#issue_assignee
|
2012-02-27 16:10:12 +00:00
|
|
|
.both
|
2012-04-13 20:44:04 +01:00
|
|
|
.leftlist= t('layout.issues.labels') + ':'
|
2012-02-27 16:10:12 +00:00
|
|
|
.rightlist
|
|
|
|
%span#flag-span.small-text= t('layout.issues.choose_labels_on_left')
|
|
|
|
#issue_labels
|
|
|
|
.both
|
|
|
|
.leftlist
|
|
|
|
.rightlist
|
|
|
|
%input{:type => "submit", :value => t(@issue.new_record? ? 'layout.create' : 'layout.update')}
|
|
|
|
.both
|