From cf7b677defbe7e638b95aed67d97aaf1ac7503a1 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 15 Feb 2015 19:55:24 +0900 Subject: fix syntax error in render partial example [ci skip] --- guides/source/layouts_and_rendering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides') diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 69d3f6e86c..b7fc580939 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -1049,7 +1049,7 @@ As you already could see from the previous sections of this guide, `yield` is a

Name contains: <%= f.text_field :name_contains %>

- <%= end %> + <% end %> ``` * `roles/index.html.erb` @@ -1059,7 +1059,7 @@ As you already could see from the previous sections of this guide, `yield` is a

Title contains: <%= f.text_field :title_contains %>

- <%= end %> + <% end %> ``` * `shared/_search_filters.html.erb` -- cgit v1.2.3