gui: Fix File Versioning icon to match in all places (#9070)
Currently, different icons are used for File Versioning when displayed in the unfolded folder info in the main part of the GUI, and the icon used in the Edit Folder modal. This changes the main GUI icon to match the icon used in the modal. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
This commit is contained in:
@@ -533,7 +533,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="folder.versioning.type">
|
||||
<th><span class="fa fa-fw fa-file"></span> <span translate>File Versioning</span></th>
|
||||
<th><span class="fa fa-fw fa-files-o"></span> <span translate>File Versioning</span></th>
|
||||
<td class="text-right">
|
||||
<span ng-switch="folder.versioning.type">
|
||||
<span ng-switch-when="trashcan" translate>Trash Can</span>
|
||||
|
||||
Reference in New Issue
Block a user