don't translate css class to mark request count
This commit is contained in:
parent
6064b2e022
commit
3729431ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
def post_yield_tag(post)
|
||||
|
|
|
|||
Loading…
Reference in a new issue