Skip to content

Instantly share code, notes, and snippets.

@LucasPadovan
Created October 5, 2013 05:18
Show Gist options
  • Save LucasPadovan/6837012 to your computer and use it in GitHub Desktop.
Save LucasPadovan/6837012 to your computer and use it in GitHub Desktop.
Srbuj I18n error
##es.application.yml
...
correctly_created: 'Tipo de intervención agregado correctamente.'
...
##inter_types_controller.rb
js_notify( message: t('view.intervention_types.correctly_created'), type: 'alert-success js-notify-18px-text', time: 2500 )
##html generado
### Chrome Ubuntu - Sin problemas
<s id="_growlingMs" class="alert-success js-notify-18px-text alert right bottom">Tipo de intervención agregado correctamente.</s>
###Firefox 24.0 Ubuntu - Error en el carácter con acento
<s class="alert-success js-notify-18px-text alert right bottom" id="_growlingMsg">Tipo de intervención agregado correctamente.</s>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment