From 75097afa06553366b82d53ff7823476f06507a5c Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 20 Jan 2026 11:11:39 +0100 Subject: [PATCH] Add refresh button to envelope UI when not read-only A "Refresh" button with a counterclockwise arrow icon is now shown in the envelope UI, but only when the envelope is not in read-only mode. The button uses standard styling classes for consistency. --- EnvelopeGenerator.Web/Views/Envelope/ShowEnvelope.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EnvelopeGenerator.Web/Views/Envelope/ShowEnvelope.cshtml b/EnvelopeGenerator.Web/Views/Envelope/ShowEnvelope.cshtml index 99646bfc..772f3870 100644 --- a/EnvelopeGenerator.Web/Views/Envelope/ShowEnvelope.cshtml +++ b/EnvelopeGenerator.Web/Views/Envelope/ShowEnvelope.cshtml @@ -43,12 +43,14 @@ @_localizer.Reject() + @if(!Model.Envelope!.ReadOnly){ + } }