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={})
77
77
end
78
78
end
79
79
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
87
82
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
90
85
def zen_url ( path = '/find' ) ; 'https://zen.coderdojo.com' + path ; end
91
86
92
87
def decadojo_url ; 'https://decadojo.coderdojo.jp' ; end
You can’t perform that action at this time.
0 commit comments