aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/posts/_post.html.erb
diff options
context:
space:
mode:
authorPhilip Arndt <p@arndt.io>2013-07-15 05:05:19 +1200
committerPhilip Arndt <p@arndt.io>2013-07-15 05:05:19 +1200
commit7b23a4c4c8f560262a70464e86923384202b8b53 (patch)
tree2a2907816386dcda621dad07351e3eee4938d201 /app/views/refinery/blog/posts/_post.html.erb
parentb9ab06148f249b7968428700d9e4490c478cbd54 (diff)
downloadrefinerycms-blog-7b23a4c4c8f560262a70464e86923384202b8b53.tar.gz
refinerycms-blog-7b23a4c4c8f560262a70464e86923384202b8b53.tar.bz2
refinerycms-blog-7b23a4c4c8f560262a70464e86923384202b8b53.zip
Fix longstanding typo filed_in -> filled_in
Diffstat (limited to 'app/views/refinery/blog/posts/_post.html.erb')
-rw-r--r--app/views/refinery/blog/posts/_post.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/refinery/blog/posts/_post.html.erb b/app/views/refinery/blog/posts/_post.html.erb
index 9811dd2..057fbe7 100644
--- a/app/views/refinery/blog/posts/_post.html.erb
+++ b/app/views/refinery/blog/posts/_post.html.erb
@@ -18,8 +18,8 @@
</div>
<% end %>
<% if (categories = @post.categories).any? %>
- <aside class='filed_in'>
- <%= t('filed_in', :scope => 'refinery.blog.posts.show') %>
+ <aside class='filled_in'>
+ <%= t('filled_in', :scope => 'refinery.blog.posts.show') %>
<% categories.each_with_index do |category, index| %>
<%= link_to category.title, refinery.blog_category_path(category) -%><%= ',' if index < ((categories.length) - 1) %>
<% end %>