You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
419 B
17 lines
419 B
1 year ago
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Theme override for a link to a file.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - attributes: The HTML attributes for the containing element.
|
||
|
* - link: A link to the file.
|
||
|
* - icon: The icon image representing the file type.
|
||
|
* - file_size: The size of the file.
|
||
|
*
|
||
|
* @see template_preprocess_file_link()
|
||
|
*/
|
||
|
#}
|
||
|
{{ attach_library('roblib_d10_phase3/file') }}
|
||
|
<span{{ attributes }}>{{ icon }} {{ link }}</span>
|