Add server info to frontpage and some other stuff (favicon)
This commit is contained in:
parent
9ea24b4167
commit
85490073ee
7 changed files with 66 additions and 7 deletions
|
|
@ -1,4 +1,6 @@
|
|||
class HomeController < ApplicationController
|
||||
def index
|
||||
@date_time = Time.now.strftime("%A, %d %B %Y %r (%Z)")
|
||||
@os = "Ubuntu GNU/Linux 22.04 (LTS)"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue