Pathogenic Isolator

Fixes the Isolator saying "unidentified" for every entry on the List screen.
This commit is contained in:
Peliia
2015-08-26 16:11:01 +02:00
parent a6604b2ca2
commit a0a8b2865c
+1 -1
View File
@@ -81,7 +81,7 @@
{{if data.database}}
{{for data.database}}
<div class='itemContent'>
<div class='highlight fixedLeft'>{{:data.name}}</div>
<div class='highlight fixedLeft'>{{:value.name}}</div>
{{:helper.link('Details', 'circle-arrow-s', { 'entry' : 1, 'view' : value.record }, null, 'fixedLeft')}}
</div>
{{/for}}