Skip to content

Commit 54b5590

Browse files
committed
Tweak indent in Blog Post Page for readability
1 parent cfe3f6e commit 54b5590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/blog_post_page/index.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
 <%= content_tag(:div, scrivito_value(@obj.created.strftime("%Y年%m月%d日")), :class => "text-muted h4") %>
99
<hr>
10-
<%= scrivito_tag :h1, @obj, :title %>
11-
<%= scrivito_tag(:div, @obj, :abstract) %>
12-
<%= scrivito_image_tag(@obj, :image ,:class => "img-responsive")%>
10+
<%= scrivito_tag :h1, @obj, :title %>
11+
<%= scrivito_tag :div, @obj, :abstract %>
12+
<%= scrivito_image_tag @obj, :image ,:class => "img-responsive" %>
1313
<%= scrivito_tag :div, @obj, :body %>
1414
</div>

0 commit comments

Comments
 (0)