2012-09-19 18:59:14 +01:00
|
|
|
=render 'title_body', :f => f, :id => 'new'
|
2013-04-02 22:23:00 +01:00
|
|
|
- if can?(:write, @project)
|
|
|
|
.leftlist= t('activerecord.attributes.issue.assignee') + ':'
|
|
|
|
#assigned-container.rightlist
|
|
|
|
=render 'user_container', :user => @issue.assignee
|
|
|
|
.both
|
|
|
|
.leftlist= t('layout.issues.labels') + ':'
|
|
|
|
.rightlist
|
|
|
|
%span#flag-span.small-text= t('layout.issues.choose_labels_on_left')
|
|
|
|
#issue_labels
|
|
|
|
.both
|
2012-02-27 16:10:12 +00:00
|
|
|
.leftlist
|
|
|
|
.rightlist
|
|
|
|
%input{:type => "submit", :value => t(@issue.new_record? ? 'layout.create' : 'layout.update')}
|
|
|
|
.both
|