diff --git a/app/views/forums/show.html.erb b/app/views/forums/show.html.erb
index 042fd2b1b..85ba16263 100644
--- a/app/views/forums/show.html.erb
+++ b/app/views/forums/show.html.erb
@@ -1,7 +1,7 @@
<%= content_for(:header_tags) do %>
<%= import_ke(enable_at: false, prettify: false, init_activity: false) %>
<% end %>
-
diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb
index 5b42f1903..7cc078439 100644
--- a/app/views/memos/show.html.erb
+++ b/app/views/memos/show.html.erb
@@ -3,6 +3,9 @@
<%= javascript_include_tag 'forum' %>
<% end %>
+
+ <%= link_to "问吧", forums_path, :class => "c_blue" %> > <%= link_to @forum.name, forum_path(@forum), :class => "c_blue" %> > <%= l@memo.subject %>
+