Hi,
Everything has been working perfectly until this morning...
ActionView::TemplateError (undefined method `localize' for
"topic":String) on line #73 of forums/index.html.haml:
70: %td{:width=>"5%", :style=>"padding-top:4px;
padding-bottom:4px;"}
71: = image_tag
( "F_topic.png", :height=>"17px", :width=>"17px")
72: %td
{:width=>"40%", :valign=>"middle", :class=>"forumpostcount"}
73: = pluralize number_with_delimiter
(forum.topics_count), _("topic")
74: -#= number_with_delimiter
(forum.topics_count)
75: -#= "topics"
76: %td{:width=>"5%"}
vendor/plugins/community_engine/init.rb:31:in `_'
app/views/forums/index.html.haml:73:in
`_run_plugin_47app47views47forums47index46html46haml'
app/views/forums/index.html.haml:48:in `each'
app/views/forums/index.html.haml:48:in
`_run_plugin_47app47views47forums47index46html46haml'
I was able to fix this problem by removing the "_", however I did not
have a problem with this before.
Does anyone know why?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---