Skip to content

Commit 83c2f23

Browse files
committed
他のデータ表とレイアウトを揃えた
1 parent 6d805a0 commit 83c2f23

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

app/views/events/latest.html.erb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,15 @@
1414
<p style="margin: 0 0px 40px 10px; line-height: 1.5em;">
1515
主にデータ分析や
1616
<a href="/signup#terms-of-use">Active/Inactive</a>
17-
の判断などの用途で使われています。<br /><br />
18-
19-
<small>
20-
21-
<%= link_to '近日開催', events_path %>
22-
のデータは含まず、
23-
<%= link_to '過去開催', stats_path %>
24-
のデータを使っています。<br />
25-
26-
<code>2000-01-23</code>
27-
は個別にイベント管理している Dojo となります。<br />
28-
29-
<code>📝 ノート</code>
30-
は確認時のメモです。on-mouse で全文が見れます。
31-
</small>
17+
の判断などの用途で使われています。
18+
<br>
19+
<div class='form__terms list'>
20+
<ul style='list-style-type: "\2713\0020"; font-size: smaller;'>
21+
<li><%= link_to '近日開催', events_path %>のデータは含まず、<%= link_to '過去開催', stats_path %>のデータを使っています。</li>
22+
<li><code>2000-01-23</code>は個別にイベント管理している Dojo となります。</li>
23+
<li><code>📝 ノート</code>は確認時のメモです。on-mouse で全文が見れます。</li>
24+
</ul>
25+
</div>
3226
</p>
3327

3428
<style type="text/css">

0 commit comments

Comments
 (0)