gui: version.tags is an array, which is truthy when empty
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
Build {{version.date | date:"yyyy-MM-dd"}}
|
Build {{version.date | date:"yyyy-MM-dd"}}
|
||||||
<span ng-if="version.tags">({{version.tags.join(", ")}})</span>
|
<span ng-if="version.tags.length">({{version.tags.join(", ")}})</span>
|
||||||
<br />
|
<br />
|
||||||
Copyright © 2014-{{version.date | date:"yyyy"}} the Syncthing Authors.
|
Copyright © 2014-{{version.date | date:"yyyy"}} the Syncthing Authors.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user