File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h2 class="card-title h5">Colección</h2>
10
10
{{ count }}
11
11
{% case t %}
12
12
{% when 'image' %}
13
- < a class ="text-dark " href ="{{ 'image' | prepend: '/browse.html#' | relative_url }} "> Imáge {% if count > 1 %}es{% endif %} < svg class ="bi icon-sprite text-body " fill ="currentColor " aria-hidden ="true "> < use xlink:href ="{{ '/assets/lib/cb-icons.svg' | relative_url }}#icon-image "/> </ svg > </ a > < br >
13
+ < a class ="text-dark " href ="{{ 'image' | prepend: '/browse.html#' | relative_url }} "> Imágen {% if count > 1 %}es{% endif %} < svg class ="bi icon-sprite text-body " fill ="currentColor " aria-hidden ="true "> < use xlink:href ="{{ '/assets/lib/cb-icons.svg' | relative_url }}#icon-image "/> </ svg > </ a > < br >
14
14
{% when 'audio' %}
15
15
< a class ="text-dark " href ="{{ 'audio' | prepend: '/browse.html#' | relative_url }} "> Audio File{% if count > 1 %}s{% endif %} < svg class ="bi icon-sprite text-body " fill ="currentColor " aria-hidden ="true "> < use xlink:href ="{{ '/assets/lib/cb-icons.svg' | relative_url }}#icon-audio "/> </ svg > </ a > < br >
16
16
{% when 'video' %}
You can’t perform that action at this time.
0 commit comments