Skip to content
Snippets Groups Projects
Commit 6445f7fd authored by Antoine Lambert's avatar Antoine Lambert
Browse files

templates/includes/directory-display.html: Restore previous icons color

parent 2bed324b
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ See top-level LICENSE file for more information
{% for d in dirs %}
<tr class="swh-directory-entry swh-tr-hover-highlight" data-href="{{ d.url | safe }}">
<td class="swh-directory">
<i class="{{ swh_object_icons.directory }} fa-fw" aria-hidden="true"></i>
<a href="{{ d.url | safe }}">
<i class="{{ swh_object_icons.directory }} fa-fw" aria-hidden="true"></i>
{{ d.name }}
</a>
</td>
......@@ -40,8 +40,8 @@ See top-level LICENSE file for more information
{% for f in files %}
<tr class="swh-directory-entry swh-tr-hover-highlight" data-href="{{ f.url | safe }}">
<td class="swh-content">
<i class="{{ swh_object_icons.content }} fa-fw" aria-hidden="true"></i>
<a href="{{ f.url | safe }}">
<i class="{{ swh_object_icons.content }} fa-fw" aria-hidden="true"></i>
{{ f.name }}
</a>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment