From ac43eab51f9ac0d4c4bcc6db2bbc9ce3dbb34b7b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Apr 2017 23:48:49 -0400 Subject: Refactoring: rename Signed -> Logged --- templates/repo/issue/new_form.tmpl | 4 ++-- templates/repo/issue/view_content.tmpl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/repo/issue') diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index 2bbb81bb..d3f9f710 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -8,8 +8,8 @@
- - + +
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index 2bb40409..88f66ef9 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -79,7 +79,7 @@ {{end}}
{{end}} - {{if or $.IsRepositoryAdmin (eq .Poster.ID $.SignedUserID)}} + {{if or $.IsRepositoryAdmin (eq .Poster.ID $.LoggedUserID)}}
@@ -216,10 +216,10 @@
{{end}} - {{if .IsSigned}} + {{if .IsLogged}}
- - + +
-- cgit v1.2.3