diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-23 16:28:15 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-23 16:28:15 +0000 |
| commit | a7fcce4448798a4c35eb2ac73d3133e2b075fe42 (patch) | |
| tree | 063d57cfc4edd1b60a11ff2c1368493ce706af43 /app/templates/macros/packagegridtile.html | |
| parent | 366ed9913eded7215d6ad0b71280c4ad60c98171 (diff) | |
| download | cheatdb-a7fcce4448798a4c35eb2ac73d3133e2b075fe42.tar.xz | |
Improve package grid style
Diffstat (limited to 'app/templates/macros/packagegridtile.html')
| -rw-r--r-- | app/templates/macros/packagegridtile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/macros/packagegridtile.html b/app/templates/macros/packagegridtile.html index 8a41c35..a0f21f4 100644 --- a/app/templates/macros/packagegridtile.html +++ b/app/templates/macros/packagegridtile.html @@ -6,8 +6,8 @@ <h3> {{ package.title }} - {% if show_author %} - by {{ package.author.display_name }} + {% if show_author %}<br /> + <small>{{ package.author.display_name }}</small> {% endif %} </h3> |
