Skip to content

Commit e04ad31

Browse files
committed
Tweak wording: 全国の CoderDojo
1 parent 8afd0b3 commit e04ad31

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

app/helpers/application_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def full_description(description)
3030
end
3131

3232
def kata_description
33-
"全国の CoderDojo で活用されている資料や教材、子ども向けのプログラミングキャンプ・プログラミングコンテスト情報、CoderDojo の立ち上げ方・関わり方など、CoderDojo を中心にして色々なトピックまとめています。"
33+
"CoderDojo で活用されている資料や教材、子ども向けのプログラミングキャンプ・プログラミングコンテスト情報、CoderDojo の立ち上げ方・関わり方など、CoderDojo を中心にして色々なトピックまとめています。"
3434
end
3535

3636
def using_scrivito?

app/models/high_charts_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def build_annual_dojos(source)
1010
data = annual_chart_data_from(source)
1111

1212
LazyHighCharts::HighChart.new('graph') do |f|
13-
f.title(text: '全国の道場数の推移')
13+
f.title(text: '道場数の推移')
1414
f.xAxis(categories: data[:years])
1515
f.series(type: 'column', name: '増加数', yAxis: 0, data: data[:increase_nums])
1616
f.series(type: 'line', name: '累積合計', yAxis: 1, data: data[:cumulative_sums])

app/views/shared/_sitemap_sotechsha.html.haml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@
66
= link_to(scrivito_value(sts_post.title), scrivito_path(sts_post), :class => "list-group-item list-group-item-success text-center")
77
%hr/
88
%br/
9-
/
10-
<p class="text-right">
11-
<a href="/sotechsha#top">トップ</a> |
12-
<a href="http://www.sotechsha.co.jp/sp/1151/">正誤表</a> |
13-
<a href="/#dojos">全国の道場</a>
14-
</p>

app/views/stats/show.html.haml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
- provide(:title, '統計情報')
2-
- provide(:desc, '全国の CoderDojo の統計情報をまとめています。')
2+
- provide(:desc, 'CoderDojo の統計情報をまとめています。')
33
- provide(:url, @url)
44

55
%section.cover{style: 'padding-top:40px; background-color: white;'}
66
= image_tag "stats_cover.png"
77
%section#dojos.dojos.text-center
88
%h1 統計情報
99
%div
10-
本ページでは全国の CoderDojo の統計情報をまとめています。
10+
本ページでは CoderDojo の統計情報をまとめています。
1111
%br.ignore-sp<>
1212
CoderDojo の活動状況を把握する際などにご活用ください。
1313

@@ -29,7 +29,7 @@
2929
%thead
3030
%tr
3131
%th
32-
%td{style: 'padding: 0 10px; font-weight: bold;'} 全国の道場数
32+
%td{style: 'padding: 0 10px; font-weight: bold;'} 掲載中の道場数
3333
%td{style: 'padding: 0 10px; font-weight: bold;'} 累計開催回数
3434
%td{style: 'padding: 0 10px; font-weight: bold;'} 累計参加者数
3535
%tbody{style: 'text-align: center;'}

0 commit comments

Comments
 (0)