Skip to content

Commit bbe3fbe

Browse files
committed
Remove customized footer partial only used for Sotechsha
1 parent 65573a5 commit bbe3fbe

File tree

5 files changed

+30
-31
lines changed

5 files changed

+30
-31
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<% end %>
6767
<%= yield %>
6868
<%= scrivito_body_tags if using_scrivito? %>
69-
<%= render 'shared/footer_page' %>
69+
<%= render 'shared/footer' %>
7070
</body>
7171

7272
<div id="fb-root"></div>

app/views/shared/_footer.html.erb

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
<footer class="text-right">
2-
<p class="text-muted" style="font-size:80%;">Developed and designed by <a href="http://yasslab.jp/">YassLab</a>.<br />
3-
Copyright © 2012-2017 <a href="/">CoderDojo Japan</a>.</p>
1+
<footer id="footer" class="footer-bottom text-center ">
2+
<h2 style="line-height: 30px;">
3+
<a href="/" class="footer-link">ホーム</a>
4+
| <a href="/kata" class="footer-link">Kata (Wiki)</a>
5+
| <a href="/docs/charter" class="footer-link">憲章</a>
6+
| <a href="/docs/teikan" class="footer-link">定款</a>
7+
| <a href="/docs/join-in-board" class="footer-link">理事募集</a>
8+
| <a href="/sotechsha" class="footer-link">公式ブック</a>
9+
| <a href="http://dojocast.coderdojo.jp/" class="footer-link">Podcast</a>
10+
</h2>
11+
<h2>
12+
<a href="https://github.com/coderdojo-japan"><i class="fa fa-github fa-3x fa-fw"
13+
aria-hidden="true"></i></a>
14+
<a href="https://www.facebook.com/coderdojo.jp/"><i class="fa fa-facebook fa-3x fa-fw"
15+
aria-hidden="true"></i></a>
16+
<a href="https://twitter.com/CoderDojoJapan"><i class="fa fa-twitter fa-3x fa-fw"
17+
aria-hidden="true"></i></a>
18+
<a href="http://dojocast.coderdojo.jp/"><i class="fa fa-podcast fa-3x fa-fw"
19+
aria-hidden="true"></i></a>
20+
</h2>
21+
22+
<p>本サイトのソースコードや社団法人の定款などは <a href="https://github.com/coderdojo-japan/" class="footer-link">GitHub</a> 上で公開されています。<br />
23+
本サイトのプライバシーポリシーは<a href="/docs/privacy" class="footer-link">こちら</a>をご参照ください。</p>
24+
<p>Copyright © 2012-2017 一般社団法人 CoderDojo Japan<br />
25+
東京都新宿区高田馬場1-28-10 三慶ビル4F CASE Shinjuku</p>
426
</footer>

app/views/shared/_footer_page.html.erb

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/views/shared/_sitemap_sotechsha.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
</ul>
88
</nav>
99
<hr>
10+
<br />
11+
<!--
1012
<p class="text-right">
1113
<a href="/sotechsha#top">トップ</a> |
1214
<a href="http://www.sotechsha.co.jp/sp/1151/">正誤表</a> |
1315
<a href="/#dojos">全国の道場</a>
1416
</p>
17+
-->

app/views/sotechsha_overview_page/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
<%= render 'shared/social_buttons' %>
2323
<%= render 'shared/sitemap_sotechsha' %>
24-
<%= render 'shared/footer' %>
24+
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)