|
14 | 14 | </h1>
|
15 | 15 | <br>
|
16 | 16 | <p style="margin: 0 0px 40px 10px; line-height: 1.5em;">
|
17 |
| - <%= link_to "CoderDojo #{@dojo[:name]}", @dojo[:url] %>に関する公開されている統計情報をまとめたページです。 |
| 17 | + <%= link_to "CoderDojo #{@dojo[:name]}", @dojo[:url] %>に関する<br class='ignore-pc'>公開されている統計情報をまとめたページです。 |
18 | 18 | <br><br>
|
19 | 19 | <% if @event_histories.any? %>
|
20 | 20 | <small>
|
21 | 21 | ※
|
22 |
| - <a href="<%= events_path %>">近日開催</a>のデータは含まず、<a href="<%= stats_path %>">過去開催</a>のデータを使っています。 |
| 22 | + <%= link_to '近日開催', events_path %>は含まず、<%= link_to '過去開催', stats_path %>のデータを使っています |
23 | 23 | <br>
|
24 | 24 | ※
|
25 |
| - 下記データは <code><%= link_to dojo_path(@dojo, format: :json), dojo_url(@dojo, format: :json) %></code> で JSON に変換できます。 |
| 25 | + 下記表は <code><%= link_to dojo_path(@dojo, format: :json), dojo_url(@dojo, format: :json) %></code> で JSON に変換できます |
26 | 26 | <br>
|
27 | 27 | ※
|
28 |
| - 下記データは <code><%= link_to dojo_path(@dojo, format: :csv), dojo_url(@dojo, format: :csv) %></code> で CSV に変換できます。 |
| 28 | + 下記表は <code><%= link_to dojo_path(@dojo, format: :csv), dojo_url(@dojo, format: :csv) %></code> で CSV に変換できます |
29 | 29 | </small>
|
30 | 30 | <% end %>
|
31 | 31 | </p>
|
32 | 32 |
|
33 | 33 | <div style="margin-top: 20px;" align="center">
|
34 | 34 | <% if @event_histories.any? %>
|
35 |
| - <table border="1"> |
| 35 | + <table border="1" |
36 | 36 | <tr>
|
37 | 37 | <th style="padding: 10px; text-align: center;">
|
38 |
| - <small>☯️ |
| 38 | + <small>☯️<br class='ignore-pc'> |
39 | 39 | 開催日
|
40 | 40 | </small>
|
41 | 41 | </th>
|
|
61 | 61 | <td style="padding: 1px 10px 1px 10px; text-align: left;">
|
62 | 62 | <small>
|
63 | 63 | <a href='<%= event[:event_url] %>'>
|
64 |
| - <span title="<%= event[:event_url] %>"><%= event[:event_url] %></span> |
| 64 | + <span title="<%= event[:event_url] %>"><%= event[:event_url].gsub('https://', '').chomp('/') %></span> |
65 | 65 | </a>
|
66 | 66 | </small>
|
67 | 67 | </td>
|
|
0 commit comments