Actions
Feature #9329
openaccept translations with arguments on tabs label (render_tabs)
Status:
New
Priority:
Normal
Assignee:
-
Category:
I18n
Target version:
-
Start date:
2011-09-27
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
on render_tabs helper, label, which is translated on view, don't accept translation arguments. A simple change on view allows to do this:
<%= render_tabs [ {:name=>'issued',:partial=>'issued_invoices',:label=>:issued}, {:name=>'received',:partial=>'received_invoices',:label=>[:received,{:num=>"3"}]} ] %>
Files
Actions