Disabled @latest_release for Github
This commit is contained in:
parent
b86d4ced0d
commit
6bd2cfb935
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class RootController < ApplicationController
|
||||||
redirect_to administrations_path
|
redirect_to administrations_path
|
||||||
|
|
||||||
else
|
else
|
||||||
@latest_release = Github::Releases.latest
|
# @latest_release = Github::Releases.latest
|
||||||
@latest_release = nil
|
@latest_release = nil
|
||||||
render 'landing'
|
render 'landing'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue