Skip to content

Commit 373b5be

Browse files
committed
Add navigator to Kata to go back to Top
1 parent d46a749 commit 373b5be

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

app/views/plain_page/index.html.haml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@
3636
.post-heading
3737
%h1 CoderDojo Kata
3838
%h2.subheading 道場情報まとめ
39-
/ Post Content
40-
%article
41-
.container
39+
40+
/ Post Content
41+
%article
42+
.container
4243
.row
4344
.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1.fontsize-bigger
45+
/ Navigator
46+
%p{:style => "margin-top: -35px; padding-bottom: 20px;"}
47+
%a{:href => "/"}トップ
48+
→ Kata
49+
/ Scrivito contents
4450
= scrivito_tag :div, @obj, :body
4551
%hr/
4652
%p{:align => "right", :style => "color: grey; padding-bottom: 50px;"}

0 commit comments

Comments
 (0)