From 3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 15:26:21 -0500 Subject: fix post teasers --- .../2008-9-27-highlight-link-based-on-current-page-in-rails.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown') diff --git a/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown b/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown index e53db49..c9a20f7 100644 --- a/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown +++ b/content/post/2008-9-27-highlight-link-based-on-current-page-in-rails.markdown @@ -10,7 +10,7 @@ tags: This is common pattern in website navigation, where it highlights the link (usually by setting `class=”active”`) that took you to the current page while you are on that page. - + First, define a helper: ```ruby -- cgit v1.2.3