OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / issues / _add_shortcut.rhtml
index 7cd3114..c6a5a46 100644 (file)
@@ -1,5 +1,5 @@
-<% if authorize_for('projects', 'add_issue') %>\r
-<% form_tag({ :controller => 'projects', :action => 'add_issue', :id => @project }, :method => 'get') do %>\r
-<%= l(:label_issue_new) %>: <%= select_tag 'tracker_id', ("<option></option>" + options_from_collection_for_select(trackers, 'id', 'name')), :onchange => "if (this.value!='') {this.form.submit();}" %>\r
-<% end %>\r
-<% end %>\r
+<% if authorize_for('projects', 'add_issue') %>
+<% form_tag({ :controller => 'projects', :action => 'add_issue', :id => @project }, :method => 'get') do %>
+<%= l(:label_issue_new) %>: <%= select_tag 'tracker_id', ("<option></option>" + options_from_collection_for_select(trackers, 'id', 'name')), :onchange => "if (this.value!='') {this.form.submit();}" %>
+<% end %>
+<% end %>