From a426cf46deeec4bc5f9003989293bfedb90eb33c Mon Sep 17 00:00:00 2001 From: fanqiang <316257774@qq.com> Date: Tue, 8 Apr 2014 20:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8F=E8=A7=88=E6=AC=A1?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_opensource_p.html.erb | 2 +- app/views/open_source_projects/_show_topics.html.erb | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/base_opensource_p.html.erb b/app/views/layouts/base_opensource_p.html.erb index ce3fc9470..a25451544 100644 --- a/app/views/layouts/base_opensource_p.html.erb +++ b/app/views/layouts/base_opensource_p.html.erb @@ -73,7 +73,7 @@ 贡献者 讨论 - <%= l(:label_project_issues) %> + 代码提交 diff --git a/app/views/open_source_projects/_show_topics.html.erb b/app/views/open_source_projects/_show_topics.html.erb index 9cb6c46af..3f51b06c7 100644 --- a/app/views/open_source_projects/_show_topics.html.erb +++ b/app/views/open_source_projects/_show_topics.html.erb @@ -23,6 +23,15 @@ 回答 + + + + + + + + +
<%= link_to (topic.viewed_count_crawl+topic.viewed_count_local), forum_memo_path(topic.open_source_project, topic) %>
浏览
@@ -33,7 +42,7 @@ - <%= @open_source_project.url%> + 帖子来源:<%= link_to @open_source_project.url, @open_source_project.url%> <%= no_use_link(topic, User.current) %>