File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,11 @@ def lazy_image_tag(source, options={})
7777 end
7878 end
7979
80- def welcome_path ( options = { anchor : 'welcome' } )
81- root_path ( options )
82- end
83-
84- def news_path ( options = { anchor : 'news' } )
85- root_path ( options )
86- end
80+ def welcome_path ( options = { anchor : 'welcome' } ) ; root_path ( options ) ; end
81+ def news_path ( options = { anchor : 'news' } ) ; root_path ( options ) ; end
8782
88- def news_url ( path = '/' ) ; 'https://news.coderdojo.jp' + path ; end
89- def dojomap_url ( path = '/' ) ; 'https://map.coderdojo.jp' + path ; end
83+ def news_url ( path = '/' ) ; 'https://news.coderdojo.jp' + path ; end
84+ def dojomap_url ( path = '/' ) ; 'https://map.coderdojo.jp' + path ; end
9085 def zen_url ( path = '/find' ) ; 'https://zen.coderdojo.com' + path ; end
9186
9287 def decadojo_url ; 'https://decadojo.coderdojo.jp' ; end
You can’t perform that action at this time.
0 commit comments