From 3030145b3048245405766c3a73a099af82ba9750 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 23 Feb 2018 19:58:08 -0800 Subject: Remove parentheses around feed error messages --- template/html/feeds.html | 2 +- template/views.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/html/feeds.html b/template/html/feeds.html index db89872..1ec52af 100644 --- a/template/html/feeds.html +++ b/template/html/feeds.html @@ -66,7 +66,7 @@ {{ if ne .ParsingErrorCount 0 }}
{{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }} - ({{ .ParsingErrorMsg }}) + - {{ .ParsingErrorMsg }}
{{ end }} diff --git a/template/views.go b/template/views.go index b7e997f..8bc6cdc 100644 --- a/template/views.go +++ b/template/views.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2018-02-04 14:28:15.215257434 -0800 PST m=+0.025839096 +// 2018-02-23 19:56:29.533376428 -0800 PST m=+0.007159374 package template @@ -690,7 +690,7 @@ var templateViewsMap = map[string]string{ {{ if ne .ParsingErrorCount 0 }}
{{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }} - ({{ .ParsingErrorMsg }}) + - {{ .ParsingErrorMsg }}
{{ end }} @@ -1222,7 +1222,7 @@ var templateViewsMapChecksums = map[string]string{ "edit_user": "5edd693460330750ba5ee03319d4e3cb5aabbd9a0e48b3b760799bca72c5ec4e", "entry": "27ea028515e79beb546f0b2792a3918c455fd877eea4c41d1a061f8e7b54a430", "feed_entries": "420da786e827a77fecc8794207d158af3a30e489ca2b2019f48d5228919af4a7", - "feeds": "0c884b7a9dfc4541b988641516fd95df062a5bf05018d28276a3c0a10323cffd", + "feeds": "2a5abe37968ea34a0576dbef52341645cb1fc9562e351382fbf721491da6f4fa", "history": "967bc95236269ab3a77455910aca1939f43f93171fe1af77eb3b1b4eac579e55", "import": "73b5112e20bfd232bf73334544186ea419505936bc237d481517a8622901878f", "integrations": "958b73d632a3e2a79368bb1582efb8aabc438cef4fa6e8dc1aa4932494916aca", -- cgit v1.2.3