Skip to content

Commit b8e49ce

Browse files
committed
/events/* の各ページ下部に「上に戻る」ボタンを追加した
1 parent 88a4964 commit b8e49ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/views/events/index.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
</a>
124124
</li>
125125
</ul>
126-
<br>
126+
127+
<div style='margin-top: 30px;'><a href='#top'>&uarr; 上に戻る</a></div>
127128
</section>
128129

129130
<br><br>

app/views/events/latest.html.erb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,9 @@
9393
<% end %>
9494
</table>
9595
</div>
96+
97+
<p>
98+
<pre style='white-space: pre-wrap; margin-top: 60px; color: #505050;'>本ページにある開催日は <br class='ignore-pc'><a href='https://doorkeeper.jp/'>Doorkeeper</a><a href='http://connpass.com/'>connpass</a> にのみ対応しています。</pre>
99+
</p>
100+
<div style='margin-top: 30px;'><a href='#top'>&uarr; 上に戻る</a></div>
96101
</section>

0 commit comments

Comments
 (0)