Skip to content

Commit f23cf9b

Browse files
committed
Use better Emojis for each table in Stats
1 parent ac3fa7a commit f23cf9b

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

app/views/stats/show.html.haml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
%br
5858
= high_chart("dojo_tag_chart", @dojo_tag_chart)
5959
60-
%h2#howto{style: "margin-top: 70px; color: #333333;"}
61-
%a{href: '#howto'}<
60+
%h2#table{style: "margin-top: 70px; color: #333333;"}
61+
%a{href: '#table'}<
6262
📝
6363
集計方法と集計対象について
6464
%ul{style: 'list-style: none; margin-left: -10px;'}
@@ -76,8 +76,10 @@
7676
%b Dojos
7777
%span{style: 'font-size: 10px;'} (非アクティブになった道場も含まれています)
7878

79-
#howto-aggregate{align: 'center', style: 'margin-top: 30px;'}
80-
%b 集計対象の道場数と集計割合の推移
79+
#table-target{align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
80+
%b
81+
%a{href: '#table-target'} 🔍
82+
集計対象と集計割合の推移
8183
%table.compact{style: 'margin-top: 10px;', border: '1'}
8284
%tr
8385
%th
@@ -108,8 +110,10 @@
108110
109111
非アクティブになった道場も含まれています
110112

111-
#howto-table{align: 'center', style: 'margin-top: 30px;'}
112-
%b 開催回数と参加者数の推移表
113+
#table-actual{align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
114+
%b
115+
%a{href: '#table-actual'} ☯️
116+
開催回数と参加者数の推移
113117
%table.compact{style: 'margin-top: 10px;', border: '1'}
114118
%tr
115119
%th
@@ -141,10 +145,13 @@
141145
%span.table-item= num
142146
%span{style: 'font-size: 10px;'}
143147
144-
本ページ上部にある推移グラフを表にしたデータです
148+
%a{href: '#graph'}<> 冒頭の推移グラフ
149+
を表にしたデータです
145150

146-
#howto-estimate{align: 'center', style: 'margin-top: 30px;'}
147-
%b 開催回数と参加者数の見込み
151+
#table-estimate{align: 'center', style: 'margin-top: 50px; scroll-margin-top: 80px;'}
152+
%b
153+
%a{href: '#table-estimate'} 💭
154+
開催回数と参加者数の見込み
148155
%table.compact{style: 'margin-top: 10px;', border: '1'}
149156
%tr
150157
%th

0 commit comments

Comments
 (0)