##// END OF EJS Templates
remove trailing white-spaces from app/controllers/issues_controller.rb....
Toshi MARUYAMA -
r6764:698fc53c94b5
parent child
Show More
@@ -90,7 +90,7 class IssuesController < ApplicationController
90
90
91 respond_to do |format|
91 respond_to do |format|
92 format.html { render :template => 'issues/index.rhtml', :layout => !request.xhr? }
92 format.html { render :template => 'issues/index.rhtml', :layout => !request.xhr? }
93 format.api {
93 format.api {
94 Issue.load_relations(@issues) if include_in_api_response?('relations')
94 Issue.load_relations(@issues) if include_in_api_response?('relations')
95 }
95 }
96 format.atom { render_feed(@issues, :title => "#{@project || Setting.app_title}: #{l(:label_issue_plural)}") }
96 format.atom { render_feed(@issues, :title => "#{@project || Setting.app_title}: #{l(:label_issue_plural)}") }
General Comments 0
You need to be logged in to leave comments. Login now