Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
This commit is contained in:
commit
447d7e6127
206 changed files with 2401 additions and 737 deletions
|
@ -35,7 +35,8 @@ class HomeController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
redirect_to(default_redirect_path)
|
||||
matches = request.path.match(%r{\A/web/timelines/tag/(?<tag>.+)\z})
|
||||
redirect_to(matches ? tag_path(CGI.unescape(matches[:tag])) : default_redirect_path)
|
||||
end
|
||||
|
||||
def set_pack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue