@@ -77,34 +77,21 @@ 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
87-
88- def news_url ( path = '/' )
89- 'https://news.coderdojo.jp' + path
90- end
80+ def welcome_path ( options = { anchor : 'welcome' } ) ; root_path ( options ) ; end
81+ def news_path ( options = { anchor : 'news' } ) ; root_path ( options ) ; end
9182
92- def decadojo_url ; 'https://decadojo.coderdojo.jp' ; end
93- def dojocon_url ; 'https://dojocon.coderdojo.jp' ; end
83+ def news_url ( path = '/' ) ; 'https://news.coderdojo.jp' + path ; end
84+ def dojomap_url ( path = '/' ) ; 'https://map.coderdojo.jp' + path ; end
85+ def zen_url ( path = '/find' ) ; 'https://zen.coderdojo.com' + path ; end
9486
95- def dojoletter_url ( )
96- 'https://news.coderdojo.jp/category/DojoLetterバックナンバー'
97- end
87+ def decadojo_url ; 'https://decadojo.coderdojo.jp' ; end
88+ def dojocon_url ; 'https://dojocon.coderdojo.jp' ; end
89+ def dojoletter_url ; 'https://news.coderdojo.jp/category/DojoLetterバックナンバー' ; end
90+ def foundation_url ; 'https://speakerdeck.com/helloworldfoundation' ; end
9891
99- def dojomap_url ( path = '/' )
100- 'https://map.coderdojo.jp' + path
101- end
92+ def facebook_group_url ; 'https://www.facebook.com/groups/coderdojo.jp' ; end
93+ def facebook_page_url ; 'https://www.facebook.com/coderdojo.jp' ; end
94+ def twitter_url ; 'https://twitter.com/CoderDojoJapan' ; end
95+ def youtube_url ; 'https://youtube.com/CoderDojoJapan' ; end
10296
103- def foundation_url
104- 'https://speakerdeck.com/helloworldfoundation'
105- end
106-
107- def zen_url ( path = '/find' )
108- 'https://zen.coderdojo.com' + path
109- end
11097end
0 commit comments