mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
Fix review remarks
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
mime type and friendly name https://gist.github.com/rosskmurphy/3724501
|
||||
#}
|
||||
{% set maptype = {
|
||||
'fa-file-word-o': 'document/texte',
|
||||
'fa-file-excel-o': 'document/tableur',
|
||||
'fa-file-powerpoint-o': 'document/presentation',
|
||||
'fa-file-word-o': 'office document/texte',
|
||||
'fa-file-excel-o': 'office document/tableur',
|
||||
'fa-file-powerpoint-o': 'office document/presentation',
|
||||
} %}
|
||||
|
||||
{% set label = type %}
|
||||
|
Reference in New Issue
Block a user