summaryrefslogtreecommitdiffstats
path: root/app/views/issues/new.rhtml
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2010-10-30 16:15:31 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2010-10-30 16:15:31 +0000
commitabb83f4c4f08fc4c1611ba5b150329e9af61ffbf (patch)
treed8bfe6fe4b0cd1f60514491e31647dfc0af78971 /app/views/issues/new.rhtml
parentf8b79c52cb686cbcdfb396440b5adc9caa1b46a0 (diff)
downloadredmine-abb83f4c4f08fc4c1611ba5b150329e9af61ffbf.tar.gz
redmine-abb83f4c4f08fc4c1611ba5b150329e9af61ffbf.zip
Added ability to create issue directly as a subtask of another one. #5484
Contributed by Felix Schäfer git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4311 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/new.rhtml')
-rw-r--r--app/views/issues/new.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/new.rhtml b/app/views/issues/new.rhtml
index 310085d7c..13992382f 100644
--- a/app/views/issues/new.rhtml
+++ b/app/views/issues/new.rhtml
@@ -1,7 +1,7 @@
<h2><%=l(:label_issue_new)%></h2>
<% labelled_tabular_form_for :issue, @issue, :url => {:controller => 'issues', :action => 'create', :project_id => @project},
- :html => {:multipart => true, :id => 'issue-form'} do |f| %>
+ :html => {:multipart => true, :id => 'issue-form', :class => 'tabular new-issue-form'} do |f| %>
<%= error_messages_for 'issue' %>
<div class="box">
<%= render :partial => 'issues/form', :locals => {:f => f} %>