Skip to content

Commit 983b78c

Browse files
committed
Add Coolest Projects Japan page to Kata#challenge
1 parent dae1246 commit 983b78c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

app/helpers/application_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def news_url (path='/'); 'https://news.coderdojo.jp' + path; end
9393
def dojomap_url(path='/'); 'https://map.coderdojo.jp' + path; end
9494
def zen_url(path='/find'); 'https://zen.coderdojo.com' + path; end
9595

96+
def cpj_url; 'https://coolestprojects2026.coderdojo.jp'; end
9697
def decadojo_url; 'https://decadojo.coderdojo.jp'; end
9798
def dojocon_url; 'https://dojocon.coderdojo.jp'; end
9899
def dojoletter_url; 'https://news.coderdojo.jp/category/DojoLetterバックナンバー'; end

app/views/docs/kata.html.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,10 @@
13401340
<h4 id='doc-dojocon-japan'><%= link_to 'DojoCon Japan', dojocon_url %> <small>(全国の CoderDojo カンファレンス)</small></h4>
13411341
<p>by 全国の有志の CoderDojo</a>
13421342
</li>
1343+
<li>
1344+
<h4 id='doc-coolest-projects-japan'><%= link_to 'Coolest Projects Japan', cpj_url %> <small>(子どもたちのための作品展示イベント)</small></h4>
1345+
<p>by 全国の有志の CoderDojo</a>
1346+
</li>
13431347
</ul>
13441348
<br>
13451349

0 commit comments

Comments
 (0)