@@ -99,7 +99,8 class IssuesController < ApplicationController | |||
|
99 | 99 | end |
|
100 | 100 | else |
|
101 | 101 | respond_to do |format| |
|
102 |
format. |
|
|
102 | format.html { render(:template => 'issues/index', :layout => !request.xhr?) } | |
|
103 | format.any(:atom, :csv, :pdf) { render(:nothing => true) } | |
|
103 | 104 | format.api { render_validation_errors(@query) } |
|
104 | 105 | end |
|
105 | 106 | end |
General Comments 0
You need to be logged in to leave comments.
Login now