From 6cd5c63e4c02ace98209d94cb9f4d5ef18d4d740 Mon Sep 17 00:00:00 2001 From: b0wter Date: Fri, 25 Jan 2019 20:11:27 +0100 Subject: [PATCH] Added version to about view. --- src/webapi/Views.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapi/Views.fs b/src/webapi/Views.fs index bd2e013..675fffc 100644 --- a/src/webapi/Views.fs +++ b/src/webapi/Views.fs @@ -170,11 +170,11 @@ let aboutView = a [ _href "https://github.com/b0wter/torpedo"; _class "centered-text margin-top-05em link-text" ] [ str "GitHub"] span [] [ str "." ] ] + p [] [ small [] [ str "You are running ] ] br [] p [] [ a [ _href "javascript:history.back()"; _class "centered-text margin-top-05em link-text" ] [ str "Return"] ] - ] ] |> masterView [] \ No newline at end of file