We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21fd3e commit daade5eCopy full SHA for daade5e
app/views/dojos/show.html.erb
@@ -10,7 +10,7 @@
10
<section id="events" class="text-center" style="margin-bottom: 100px;">
11
<br>
12
<h1>☯️
13
- CoderDojo <%= @dojo.name %> の統計情報<br><small>(公開情報のみ掲載)</small>
+ CoderDojo <%= @dojo.name %> - 統計情報<br><small>(公開情報のみ掲載)</small>
14
</h1>
15
16
<p style="margin: 0 0px 40px 10px; line-height: 1.5em;">
@@ -55,7 +55,7 @@
55
<td style="padding: 1px 10px 1px 10px; text-align: right;">
56
<small><%= event[:evented_at].strftime("%F") %></small>
57
</td>
58
- <td style="padding: 1px 10px 1px 10px;">
+ <td style="padding: 1px 10px 1px 10px; text-align: right;">
59
<small><%= event[:participants] %></small>
60
61
<td style="padding: 1px 10px 1px 10px; text-align: left;">
0 commit comments