diff options
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> |
