From 06a775e3f96523801585ead15f8ed87d6d4b5e05 Mon Sep 17 00:00:00 2001 From: fanqiang <316257774@qq.com> Date: Tue, 27 May 2014 16:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B8=96=E5=AD=90=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=B0=E5=AD=97=E9=94=99=E8=AF=AF=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9D=A5=E6=BA=90=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/open_source_projects/_show_bug.html.erb | 4 ++-- app/views/open_source_projects/_show_memo.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/open_source_projects/_show_bug.html.erb b/app/views/open_source_projects/_show_bug.html.erb index 7407c115..97dae682 100644 --- a/app/views/open_source_projects/_show_bug.html.erb +++ b/app/views/open_source_projects/_show_bug.html.erb @@ -2,7 +2,7 @@
- 共有 <%= link_to memos.count %> 个贴子 共有 <%= link_to @topic_count %> 个贴子
<% if memos.any? %> @@ -59,7 +59,7 @@ - 帖子来源:<%=link_to 'OSChina', topic.url %> + 帖子来源:<%=link_to topic.topic_resource, topic.url %> <%= no_use_link(topic, User.current) %> diff --git a/app/views/open_source_projects/_show_memo.html.erb b/app/views/open_source_projects/_show_memo.html.erb index 5fa9cb9d..7d723dca 100644 --- a/app/views/open_source_projects/_show_memo.html.erb +++ b/app/views/open_source_projects/_show_memo.html.erb @@ -2,7 +2,7 @@
- 共有 <%= link_to memos.count %> 个贴子 共有 <%= link_to @topic_count %> 个贴子
<% if memos.any? %>