summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-16 21:33:53 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-16 21:33:53 -0400
commitde84adb47751c96fc60be66f6fdb186a09160820 (patch)
tree5c09422db13fba3c9a231308def6913188989946 /src/SMAPI.Web/Views/JsonValidator/Index.cshtml
parent44e91ca5e1527333fdbd2993b694cc17601293e3 (diff)
parent59974c18a6fb6f8f2e7e3a8c5df109e060fc5ae6 (diff)
downloadSMAPI-de84adb47751c96fc60be66f6fdb186a09160820.tar.gz
SMAPI-de84adb47751c96fc60be66f6fdb186a09160820.tar.bz2
SMAPI-de84adb47751c96fc60be66f6fdb186a09160820.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Web/Views/JsonValidator/Index.cshtml')
-rw-r--r--src/SMAPI.Web/Views/JsonValidator/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/JsonValidator/Index.cshtml b/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
index 7b89a23d..1db79857 100644
--- a/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
+++ b/src/SMAPI.Web/Views/JsonValidator/Index.cshtml
@@ -76,7 +76,7 @@ else if (!Model.IsEditView && Model.PasteID != null)
<div class="save-metadata" v-pre>
@if (Model.Expiry != null)
{
- <text>This JSON file will expire in @((DateTime.UtcNow - Model.Expiry.Value).Humanize()). </text>
+ <text>This JSON file will expire in @((DateTime.UtcNow - Model.Expiry.Value).Humanize()) (<a href="@(this.Url.PlainAction("Index", "JsonValidator", new { schemaName = this.Model.SchemaName, id = this.Model.PasteID, operation = "renew" }))">renew</a>).</text>
}
<!--@Model.UploadWarning-->
</div>