From 55af88777bc0d2bd6a5787a3c516eb88e77895e3 Mon Sep 17 00:00:00 2001 From: yanxd Date: Mon, 23 Dec 2013 09:30:15 +0800 Subject: [PATCH] =?UTF-8?q?issue#426=20=E4=B8=8D=E6=98=AF=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E4=B9=B1=EF=BC=8C=E6=98=AF=E6=B2=A1=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=BD=AE=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/boards/show.html.erb | 2 +- app/views/messages/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) %>
回答