]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/revisions: converted the page to new design
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 12 Oct 2023 18:37:23 +0000 (18:37 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Thu, 12 Oct 2023 18:37:23 +0000 (18:37 +0000)
src/templates/docs/revisions.html

index 7f9befc493725feead19a3da91a0a72181a48672..90f74eea88972e025328a9b163c71b5947570649 100644 (file)
@@ -3,11 +3,11 @@
 {% block title %}{{ _("Revisions of %s") % page.title }}{% end block %}
 
 {% block main %}
-       <div class="card mb-3">
-               <div class="card-body">
-            <h4 class="card-title">{{ _("Revisions of %s") % page.title }}</h4>
+       <section class="section">
+               <div class="container">
+                       <h4 class="title is-4">{{ _("Revisions of %s") % page.title }}</h4>
 
                        {% module DocsList(page.get_revisions(), show_breadcrumbs=False, link_revision=True, show_changes=True) %}
                </div>
-       </div>
-{% end block %}
+       </section>
+{% end block %}
\ No newline at end of file