diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-01 22:31:02 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-01 22:31:02 -0400 |
commit | 4ed5d6573c69157721d484ba0ce506788fcc8024 (patch) | |
tree | e9307ef5b75b0336f79de193d4f3f922513e9a93 /view/tpl/cloud_directory.tpl | |
parent | c2d15e6c3bd8a29bae89d184a999ddac15fcb807 (diff) | |
parent | b4bf71dd0642e58fab6151e1df3c071d05650492 (diff) | |
download | volse-hubzilla-4ed5d6573c69157721d484ba0ce506788fcc8024.tar.gz volse-hubzilla-4ed5d6573c69157721d484ba0ce506788fcc8024.tar.bz2 volse-hubzilla-4ed5d6573c69157721d484ba0ce506788fcc8024.zip |
Merge remote-tracking branch 'upstream/dev' into plugin-repo
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index c0207c623..870f7e9e1 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -20,7 +20,7 @@ {{/if}} {{foreach $entries as $item}} <tr id="cloud-index-{{$item.attachId}}"> - <td><i class="{{$item.iconFromType}}" title="{{$item.type}}"></i></td> + <td><i class="fa {{$item.iconFromType}}" title="{{$item.type}}"></i></td> <td><a href="{{$item.fullPath}}">{{$item.displayName}}</a></td> {{if $item.is_owner}} <td class="cloud-index-tool">{{$item.attachIcon}}</td> |