浏览代码

Link directly to post

master
Dylan Baker 3 年前
父节点
当前提交
903a329ffb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/views/results.erb

+ 1
- 1
web/views/results.erb 查看文件

@@ -32,7 +32,7 @@
32 32
               In thread:
33 33
               <strong>
34 34
                 <%= external_link(
35
-                  "http://board.vivalavinyl.com/thread/view/#{result[:remote_thread_id]}",
35
+                  "http://board.vivalavinyl.com/thread/view/#{result[:remote_thread_id]}#post_#{result[:remote_id]}",
36 36
                   result[:thread_title]
37 37
                 ) %>
38 38
               </strong>

正在加载...
取消
保存