aboutsummaryrefslogtreecommitdiffhomepage
path: root/template
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-02-23 19:58:08 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-02-23 19:58:08 -0800
commit3030145b3048245405766c3a73a099af82ba9750 (patch)
treefddc809d91279bc1b8eb4f2247825232ae2b094c /template
parenta9f0fdaf22459b338c4958083b2b52e674bdffca (diff)
Remove parentheses around feed error messages
Diffstat (limited to 'template')
-rw-r--r--template/html/feeds.html2
-rw-r--r--template/views.go6
2 files changed, 4 insertions, 4 deletions
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 }}
<div class="parsing-error">
<strong title="{{ .ParsingErrorMsg }}" class="parsing-error-count">{{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }}</strong>
- <small class="parsing-error-message">({{ .ParsingErrorMsg }})</small>
+ - <small class="parsing-error-message">{{ .ParsingErrorMsg }}</small>
</div>
{{ end }}
</article>
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 }}
<div class="parsing-error">
<strong title="{{ .ParsingErrorMsg }}" class="parsing-error-count">{{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }}</strong>
- <small class="parsing-error-message">({{ .ParsingErrorMsg }})</small>
+ - <small class="parsing-error-message">{{ .ParsingErrorMsg }}</small>
</div>
{{ end }}
</article>
@@ -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",