parent
f80745b7db
commit
6bdcaccb46
4 changed files with 16 additions and 13 deletions
|
@ -26,7 +26,10 @@ class RefsController < ApplicationController
|
|||
def tree
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.js
|
||||
format.js do
|
||||
# disable cache to allow back button works
|
||||
no_cache_headers
|
||||
end
|
||||
end
|
||||
rescue
|
||||
return render_404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue