diff --git a/app/views/open_source_projects/_show_bug.html.erb b/app/views/open_source_projects/_show_bug.html.erb index 7407c115d..97dae6829 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 5fa9cb9d4..7d723dca9 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? %>