mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix typo and wrongedited timestamp. also add data-{id, type} to cloud directory listings
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
{{/if}}
|
||||
</td>
|
||||
<td><i class="bi {{$item.icon_from_type}} generic-icons" title="{{$item.type}}"></i></td>
|
||||
<td><a href="{{$item.rel_path}}" class="p-2" draggable="false">{{$item.name}}</a></td>
|
||||
<td><a href="{{$item.rel_path}}" class="p-2 file_link" draggable="false" data-id="{{$item.attach_id}}" data-type="{{$item.type}}">{{$item.name}}</a></td>
|
||||
<td>{{$item.terms}}</td>
|
||||
<td class="cloud-index-tool p-2">
|
||||
{{if $item.lockstate == 'lock'}}
|
||||
|
||||
Reference in New Issue
Block a user