From 0c60a9404e9ebe4336ba1303f2a2e9dfc59e01ff Mon Sep 17 00:00:00 2001 From: bobby <1544881+desimone@users.noreply.github.com> Date: Tue, 22 Sep 2020 07:53:53 -0700 Subject: [PATCH] httputil: remove retry button (#1438) Signed-off-by: Bobby DeSimone --- internal/frontend/assets/html/error.go.html | 7 ---- internal/httputil/errors.go | 37 ++++++++------------- 2 files changed, 13 insertions(+), 31 deletions(-) diff --git a/internal/frontend/assets/html/error.go.html b/internal/frontend/assets/html/error.go.html index 25ed903a5..05a35e050 100644 --- a/internal/frontend/assets/html/error.go.html +++ b/internal/frontend/assets/html/error.go.html @@ -28,12 +28,6 @@ them with your request details. - - {{end}} {{if.RetryURL}} -
- If you believe the error is temporary, you can - retry the request. -
{{end}}