forked from bofh/fetsite
layout in news und kleiner fix
This commit is contained in:
@@ -5,7 +5,7 @@ class ConfigController < ApplicationController
|
||||
def get_git_update
|
||||
g = Git.open(".")
|
||||
|
||||
flash[:notice] =g.status
|
||||
flash[:notice] ="Test"
|
||||
# flash[:notice] =g.remote("github").fetch
|
||||
redirect_to config_url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user