don't translate css class to mark request count

This commit is contained in:
Raphael 2010-10-08 14:46:57 -07:00
parent 6064b2e022
commit 3729431ccf

View file

@ -60,7 +60,7 @@ module ApplicationHelper
end end
def new_request(request_count) def new_request(request_count)
I18n.t('application.helper.new_requests') if request_count > 0 "new_requests" if request_count > 0 #Should not be Il8ned
end end
def post_yield_tag(post) def post_yield_tag(post)