Skip to content

Commit

Permalink
Table fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Mar 15, 2021
1 parent 8b32a29 commit 6d333de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 4 additions & 8 deletions _includes/archdroid/images-table.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
<table
id="table-disk-images"
class="table table-hover"
data-toggle="table"
>
<thead>
<tr>
<th
data-field="name"
data-sortable="true"
>
<span data-localize="images_environment">Environment</span>
<th>
<span data-localize="images_environment">Environment</span>
</th>
<th>
<span data-localize="images_info_download">Info &amp; Download</span>
Expand All @@ -29,7 +25,7 @@
<a
href="{{ env_page }}"
title="Details about this environment"
{%comment%}data-localize="images_environment_tooltip"{%endcomment%}
data-localize="images_environment_tooltip"
>
{{ image.name }}
</a>
Expand All @@ -38,7 +34,7 @@
<a
href="{{ image_page }}"
title="Details about this image"
{%comment%}data-localize="images_info_download_tooltip"{%endcomment%}
data-localize="images_info_download_tooltip"
>
<i class="fas fa-info-circle"></i>
</a>
Expand Down
8 changes: 3 additions & 5 deletions _includes/archdroid/mirrors.liquid
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

<table
id="table-mirrors"
class="table table-sm table-hover"
data-toggle="table">
class="table table-hover"
>
<thead>
<tr>
<th
data-field="name"
data-sortable="true">
<th>
<span data-localize="mirrors_header_name">Name</span>
</th>
<th>
Expand Down
10 changes: 8 additions & 2 deletions assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
"footer_copyright": "Copyright",
"footer_team": "Team Archdroid",
"images_environment": "Ambiente Desktop",
"images_environment_tooltip": "Dettagli su questo ambiente desktop",
"images_environment_tooltip":
{
"title": "Dettagli su questo ambiente desktop"
},
"images_info_download": "Info &amp; Scarica",
"images_info_download_tooltip": "Dettagli su questa immagine",
"images_info_download_tooltip":
{
"title": "Dettagli su questa immagine"
},
"menu_atomxml": "Feed",
"menu_follow_us": "Seguici",
"menu_images": "Immagini",
Expand Down

0 comments on commit 6d333de

Please sign in to comment.