From 39a5167c20e82f41b32de1814227a4fec42428d6 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Tue, 21 Jun 2011 23:09:18 -0500 Subject: tag url strategy updated --- app/views/blog/shared/_post.html.erb | 2 +- app/views/blog/shared/_tags.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/blog/shared/_post.html.erb b/app/views/blog/shared/_post.html.erb index e3ce714..00e5d23 100644 --- a/app/views/blog/shared/_post.html.erb +++ b/app/views/blog/shared/_post.html.erb @@ -15,7 +15,7 @@ <% if (tags = post.tag_list).any? %> <% end %> diff --git a/app/views/blog/shared/_tags.html.erb b/app/views/blog/shared/_tags.html.erb index 140e60e..b0b11ee 100644 --- a/app/views/blog/shared/_tags.html.erb +++ b/app/views/blog/shared/_tags.html.erb @@ -2,7 +2,7 @@

<%= t('.title') %>

<% end %> \ No newline at end of file -- cgit v1.2.3