mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 22:51:41 +00:00
fix: no fallar si no hay sitio del panel
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
679a3fde85
commit
504f30997e
2 changed files with 10 additions and 8 deletions
|
@ -5,6 +5,7 @@ class EnvController < ActionController::Base
|
|||
|
||||
def index
|
||||
@site = Site.find_by_name('panel')
|
||||
stale? @site
|
||||
|
||||
stale? @site if @site
|
||||
end
|
||||
end
|
||||
|
|
1
app/views/env/index.js.haml
vendored
1
app/views/env/index.js.haml
vendored
|
@ -1,3 +1,4 @@
|
|||
- if @site
|
||||
= cache @site do
|
||||
:plain
|
||||
window.env = {
|
||||
|
|
Loading…
Reference in a new issue