diff --git a/BTCPayServer/Views/Server/Files.cshtml b/BTCPayServer/Views/Server/Files.cshtml
index 2d0144b6c..37f3ad809 100644
--- a/BTCPayServer/Views/Server/Files.cshtml
+++ b/BTCPayServer/Views/Server/Files.cshtml
@@ -72,23 +72,18 @@ else
@file.FileName
-
-
+ URL:
+
+ @Url.Action("GetFile", "Storage", new
+ {
+ fileId = Model.SelectedFileId
+ }, Context.Request.Scheme, Context.Request.Host.ToString())
+
-
-
+
+ Direct URL:
+ @Model.DirectFileUrl
diff --git a/BTCPayServer/Views/Server/ListUsers.cshtml b/BTCPayServer/Views/Server/ListUsers.cshtml
index 7aab4b525..4cbf61d0d 100644
--- a/BTCPayServer/Views/Server/ListUsers.cshtml
+++ b/BTCPayServer/Views/Server/ListUsers.cshtml
@@ -35,19 +35,6 @@
Add User
-
- Add User
-
-
diff --git a/BTCPayServer/Views/Server/Services.cshtml b/BTCPayServer/Views/Server/Services.cshtml
index 4fb4ab799..53adcb36b 100644
--- a/BTCPayServer/Views/Server/Services.cshtml
+++ b/BTCPayServer/Views/Server/Services.cshtml
@@ -5,37 +5,37 @@
@ViewData["PageTitle"]
-
-
Crypto services exposed by your server
-
-
-
- Crypto |
- Access Type |
- Actions |
-
-
-
- @foreach (var s in Model.ExternalServices.Where(service => !string.IsNullOrEmpty(service.CryptoCode)))
- {
-
- @s.CryptoCode |
-
- @s.DisplayName
- @if (s.ConnectionString.IsOnion() == true ||
- (s.ConnectionString.IsOnion() == false && this.Context.Request.IsOnion()))
- {
-
- }
- |
-
- See information
- |
-
- }
-
-
-
+
+
Crypto services exposed by your server
+
+
+
+ Crypto |
+ Access Type |
+ Actions |
+
+
+
+ @foreach (var s in Model.ExternalServices.Where(service => !string.IsNullOrEmpty(service.CryptoCode)))
+ {
+
+ @s.CryptoCode |
+
+ @s.DisplayName
+ @if (s.ConnectionString.IsOnion() == true ||
+ (s.ConnectionString.IsOnion() == false && Context.Request.IsOnion()))
+ {
+
+ }
+ |
+
+ See information
+ |
+
+ }
+
+
+
@if (Model.OtherExternalServices.Count != 0 || Model.ExternalServices.Any(service => string.IsNullOrEmpty(service.CryptoCode)))
{
@@ -76,7 +76,7 @@
@if (Model.TorHttpServices.Count != 0)
{
-
HTTP-based TOR hidden services
+
HTTP-based Tor hidden services
@@ -103,7 +103,7 @@
@if (Model.TorOtherServices.Count != 0)
{
-
Other TOR hidden services
+
Other Tor hidden services