Skip to content

Instantly share code, notes, and snippets.

@iRyusa
Created May 22, 2013 12:21
Show Gist options
  • Save iRyusa/5627143 to your computer and use it in GitHub Desktop.
Save iRyusa/5627143 to your computer and use it in GitHub Desktop.
Snippet for missing translation highlight in RAILS layout
- if Rails.env.development?
:css
.translation_missing{
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment