diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb index ad05362b2..1a0a7af45 100644 --- a/app/views/boards/show.html.erb +++ b/app/views/boards/show.html.erb @@ -51,7 +51,7 @@ - + diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index a71941ee1..f45b422f8 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -117,7 +117,7 @@

<%=link_to @topic.author, user_path(@topic.author) %>

-
<%= label_tag l(:field_subject) %>: <%=link_to @topic.subject, project_boards_path(@topic.project) %>
+
<%= label_tag l(:field_subject) %>: <%=link_to @topic.subject, project_boards_path(@topic.project) %>
<%= textilizable(@topic, :content) %> <%= link_to_attachments @topic, :author => false %>
<%= link_to h(topic.subject), board_message_path(@board, topic) %><%= link_to h(topic.subject), board_message_path(@board, topic) %>
<%=link_to (topic.replies_count), board_message_path(@board, topic) %>
回答