diff --git a/app/views/messages/_project_show.html.erb b/app/views/messages/_project_show.html.erb index 0c0c21b91..bb879e213 100644 --- a/app/views/messages/_project_show.html.erb +++ b/app/views/messages/_project_show.html.erb @@ -93,7 +93,7 @@ <%= link_to @topic.author, user_path(@topic.author) %>

-
+
<% if @project %> <%= label_tag l(:field_subject) %>: <%= link_to @topic.subject, project_boards_path(@topic.project) %>