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.
16 lines
413 B
16 lines
413 B
{# |
|
/** |
|
* @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_2023/file') }} |
|
<span{{ attributes }}>{{ icon }} {{ link }}</span>
|
|
|