From 650b2363a67b1fceb7fc717fd96a74378bd52041 Mon Sep 17 00:00:00 2001 From: Alicia Date: Sat, 23 Feb 2019 17:53:52 +0000 Subject: [PATCH] da --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/navbar.html b/templates/navbar.html index a10fd50..21f2a4d 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -41,7 +41,7 @@ {{ end }} - {{ if .has_donor }}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }}{{else}}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }}{{ end }} + {{ if .has_donor }}{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }} {{ if $isAdmin }}{{ navbarItem .Path (.T "RAP" | printf "%s") "https://old.yozora.pw/p/100" }}{{ end }} {{ end }}