diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-27 20:15:15 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-27 20:15:15 +0100 |
| commit | 86ee68fd324153f7c13cd9fa7e914cb39451c33f (patch) | |
| tree | d9e8a75274e50e806070f5cf9ce849a2fd3fa1f3 /templates | |
| parent | 0b342f0d6ef9d28bf6f320de8de04a834b6762b9 (diff) | |
Release v2.182.18.0
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/changelog.html.ep | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 042a46e..f6564cb 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,22 @@ <div class="row"> <div class="col s12 m1 l1"> + 2.18 + </div> + <div class="col s12 m11 l11"> + <p> + <i class="material-icons left" aria-label="<%= L('changelog.added') %>">add</i> + %= L('changelog.2-18.1') + </p> + <p> + <i class="material-icons left" aria-label="<%= L('changelog.bugfix') %>">build</i> + %= L('changelog.2-18.2') + </p> + </div> +</div> + +<div class="row"> + <div class="col s12 m1 l1"> 2.17 </div> <div class="col s12 m11 l11"> |
