Project

General

Profile

Proposal #479 » redmine_hudson_atom_2.patch

テンプレート明示 - Akiko Takano, 07/22/2010 03:46 AM

View differences:

app/controllers/hudson_controller.rb (作業コピー)
respond_to do |format|
format.html { render :action => 'index', :layout => !request.xhr? }
format.atom { }
format.atom { render :layout => false, :template => 'hudson/index.atom.builder', :type => 'text/xml' }
end
rescue HudsonNoSettingsException
(2-2/2)