diff --git a/app/templates/threads/view.html b/app/templates/threads/view.html
index 19b96310..aebce7b1 100644
--- a/app/templates/threads/view.html
+++ b/app/templates/threads/view.html
@@ -9,8 +9,7 @@
{%- set rating = "👎" -%}
{%- endif -%}
{%- endif -%}
- {{ rating }}
- {{ thread.title }} - {{ thread.package.title }}
+ {{ rating }} {{ thread.title }} - {{ thread.package.title }}
{%- else -%}
{{ thread.title }}
{%- endif -%}