Bladeren bron

Remove parentheses around feed error messages

Frédéric Guillot 8 jaren geleden
bovenliggende
commit
3030145b30
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1 1
      template/html/feeds.html
  2. 3 3
      template/views.go

+ 1 - 1
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>

+ 3 - 3
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",