From 3d6f1731b5fd1378ffc7999ef26154c510eb6eba Mon Sep 17 00:00:00 2001 From: guillep2k <18600385+guillep2k@users.noreply.github.com> Date: Thu, 16 Apr 2020 18:26:24 -0300 Subject: Fix and simplify some tmpl conditions (#11080) --- templates/user/dashboard/feeds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user/dashboard') diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index fe92cad559..b97eda3ca5 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -94,7 +94,7 @@
{{index .GetIssueInfos 1}}
{{else if eq .GetOpType 11}}{{index .GetIssueInfos 1}}
- {{else if (or (or (eq .GetOpType 12) (eq .GetOpType 13)) (or (eq .GetOpType 14) (eq .GetOpType 15)))}} + {{else if or (eq .GetOpType 12) (eq .GetOpType 13) (eq .GetOpType 14) (eq .GetOpType 15)}} {{.GetIssueTitle}} {{end}}{{TimeSince .GetCreate $.i18n.Lang}}
-- cgit v1.2.3