##// END OF EJS Templates
Restores the "New issue" tab in the project menu and makes it optional (#6204)....
Restores the "New issue" tab in the project menu and makes it optional (#6204). git-svn-id: http://svn.redmine.org/redmine/trunk@15407 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11820:f3241385cd7b
r15025:4019ba76ab30
Show More
new.html.erb
5 lines | 187 B | text/plain | TextLexer
<%= title [l(:label_tracker_plural), trackers_path], l(:label_tracker_new) %>
<%= labelled_form_for @tracker do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>