We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe3f6e commit 54b5590Copy full SHA for 54b5590
app/views/blog_post_page/index.html.erb
@@ -7,8 +7,8 @@
7
8
<%= content_tag(:div, scrivito_value(@obj.created.strftime("%Y年%m月%d日")), :class => "text-muted h4") %>
9
<hr>
10
- <%= scrivito_tag :h1, @obj, :title %>
11
- <%= scrivito_tag(:div, @obj, :abstract) %>
12
- <%= scrivito_image_tag(@obj, :image ,:class => "img-responsive")%>
+ <%= scrivito_tag :h1, @obj, :title %>
+ <%= scrivito_tag :div, @obj, :abstract %>
+ <%= scrivito_image_tag @obj, :image ,:class => "img-responsive" %>
13
<%= scrivito_tag :div, @obj, :body %>
14
</div>
0 commit comments