This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
jump 处理参数
pull/4/head
欧醚
4 years ago
parent
a0c0005808
commit
0b5b741e32
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/about_controller.rb
+ 1
- 1
app/controllers/about_controller.rb
View File
@ -26,7 +26,7 @@ class AboutController < ApplicationController
def
terms
;
end
def
jump
@jump_url
=
"
https://
#{
params
[
:destin
]
}
/
#{
params
[
:path
]
}
"
@jump_url
=
"
https://
#{
request
.
fullpath
[
6
..
-
1
]
}
"
end
helper_method
:display_blocks?
Write
Preview
Loading…
Cancel
Save