Philipp
Philipp
@JesseHerrick thanks for bringing this up. I'm on board with the idea and had something similar brew in my mind every time I visit one of these (I just don't...
@JesseHerrick are you still working on this? There is some talk in other PR's about upgrading Bootstrap and FontAwesome. I have a long weekend ahead of me but don't want...
@nathancarnes go for it!
Wow @JesseHerrick this looks slick. I agree that a logo and some uniqueness might be nice. Very impressive! :100:
@JesseHerrick Can't wait to see what you come up with.
I just ran into something similar, for a quick work-around I added the following to an initializer: ``` Tolk::Locale.send(:attr_accessible, :name) Tolk::Phrase.send(:attr_accessible, :key) ["phrase", "phrase_id", "locale", "locale_id", "text", "previous_text", "primary_updated"].each do...