Skip to content

Commit

Permalink
Added version to about view.
Browse files Browse the repository at this point in the history
  • Loading branch information
b0wter committed Jan 25, 2019
1 parent 2cc2f39 commit 6cd5c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapi/Views.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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 []

0 comments on commit 6cd5c63

Please sign in to comment.