aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-06 04:10:15 +0900
committerrhenium <re4k@re4k.info>2013-06-06 04:10:15 +0900
commit966ebd595f43aa47d1a8f562a7410de74a97aea1 (patch)
treebc2c33521d4ab379f671c5d8c107834ab45a22da /app
parent181843b713fd1a8301e20e9132cf90ad10f50fa7 (diff)
downloadaclog-966ebd595f43aa47d1a8f562a7410de74a97aea1.tar.gz
fix ApplicationHelper
Diffstat (limited to 'app')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 7251e80..b966523 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -20,7 +20,7 @@ module ApplicationHelper
link_to("##{hashtag}", "https://twitter.com/search?q=#{CGI.escape("##{hashtag}")}")
when "symbol"
symbol = CGI.unescape($2)
- link_to("##{symbol}", "https://twitter.com/search?q=#{CGI.escape("$#{symbol}")}")
+ link_to("$#{symbol}", "https://twitter.com/search?q=#{CGI.escape("$#{symbol}")}")
else
$&
end