2014-01-21 04:51:49 +00: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
|
2014-01-21 04:51:49 +00:00
|
|
|
=render 'user_container', user: @issue.assignee
|
2013-04-02 22:23:00 +01:00
|
|
|
.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
|
2014-01-21 04:51:49 +00:00
|
|
|
= submit_tag t(@issue.new_record? ? 'layout.create' : 'layout.update'), data: {'disable-with' => t('layout.processing')}
|
2012-02-27 16:10:12 +00:00
|
|
|
.both
|