From 6bd2cfb935169622c9e7f7210c631149a6156682 Mon Sep 17 00:00:00 2001 From: Xavier J Date: Mon, 19 Sep 2016 17:06:09 +0200 Subject: [PATCH] Disabled @latest_release for Github --- app/controllers/root_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/root_controller.rb b/app/controllers/root_controller.rb index 24870bc0b..f92a913d7 100644 --- a/app/controllers/root_controller.rb +++ b/app/controllers/root_controller.rb @@ -14,7 +14,7 @@ class RootController < ApplicationController redirect_to administrations_path else - @latest_release = Github::Releases.latest + # @latest_release = Github::Releases.latest @latest_release = nil render 'landing' end