summaryrefslogtreecommitdiffstats
path: root/app/views/issues/new.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-23 19:58:11 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-23 19:58:11 +0000
commitd8ac6d2b79397ef8414b82164849f23cae2df5f1 (patch)
tree16ac6b9ce3838aa050d4c320bef73789c1aef6d0 /app/views/issues/new.rhtml
parent2d9e669e8541c591b488283416776378b8f69da9 (diff)
downloadredmine-d8ac6d2b79397ef8414b82164849f23cae2df5f1.tar.gz
redmine-d8ac6d2b79397ef8414b82164849f23cae2df5f1.zip
Issue properties below the description textarea.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1097 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 4fedc6895..8ff07f226 100644
--- a/app/views/issues/new.rhtml
+++ b/app/views/issues/new.rhtml
@@ -1,4 +1,4 @@
-<h2><%=l(:label_issue_new)%>: <%= @issue.tracker %></h2>
+<h2><%=l(:label_issue_new)%></h2>
<% labelled_tabular_form_for :issue, @issue,
:html => {:multipart => true, :id => 'issue-form'} do |f| %>