diff --git a/app/templates/threads/view.html b/app/templates/threads/view.html index 19b9631..aebce7b 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 -%}