diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-22 12:36:49 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-22 12:38:03 +0000 |
| commit | 09a201759bb327a889cf017d5f3c49f8258713c1 (patch) | |
| tree | bd1de64bb9040f540caa45ca4c60288f32961835 /app/templates/macros/topics.html | |
| parent | 5dcff01436bf81cfbff8085fbae4692ec57a9fdf (diff) | |
| download | cheatdb-09a201759bb327a889cf017d5f3c49f8258713c1.tar.xz | |
Improve card and user profile formatting
Diffstat (limited to 'app/templates/macros/topics.html')
| -rw-r--r-- | app/templates/macros/topics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html index b38286b..a3d40c6 100644 --- a/app/templates/macros/topics.html +++ b/app/templates/macros/topics.html @@ -1,5 +1,5 @@ {% macro render_topics_table(topics, show_author=True) -%} -<table> +<table class="table"> <tr> <th>Id</th> <th></th> |
