Adding .notranslate classes to haml files to have transifex better handling dynamic text. See issue #908
This commit is contained in:
parent
ac7149fbe5
commit
d11ea33cf0
7 changed files with 26 additions and 16 deletions
|
|
@ -11,7 +11,8 @@
|
|||
%p.text-right
|
||||
%button{ type: 'button', class: 'btn btn-link btn-sm', 'data-toggle' => 'collapse', 'data-target' => '#antiquated', 'aria-expanded' => 'true', 'aria-controls' => 'antiquated'}
|
||||
Older conferences
|
||||
= "(#{@antiquated.count})"
|
||||
%span.notranslate
|
||||
= "(#{@antiquated.count})"
|
||||
%i.fa.fa-chevron-right
|
||||
%i.fa.fa-chevron-down{ style: 'display: none' }
|
||||
#antiquated.collapse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue