discourse/app
Ryan Mulligan f3f7dd02d1 safely call html_safe on category description
The `categories.description` column is not modified as "not null", so it is possible for the description to be nil. This changes the code not call html_safe on nil.
2017-07-25 11:40:02 -07:00
..
assets UX: Apply btn-flat class to flat buttons on posts 2017-07-25 12:00:19 -04:00
controllers Fix JS tests failing when running in RAILS_ENV=test. 2017-07-25 16:31:31 +09:00
helpers FIX: Show emoji in inline oneboxes 2017-07-21 14:24:48 -04:00
jobs FEATURE: Whitelists for inline oneboxing 2017-07-21 15:41:47 -04:00
mailers FIX: Show emoji in inline oneboxes 2017-07-21 14:24:48 -04:00
models FIX: block all emails associated to a user when destroying their record 2017-07-25 17:44:46 +02:00
serializers Merge pull request #4983 from tgxworld/group_owners_can_invite_users_to_groups 2017-07-24 16:21:19 +09:00
services FIX: block all emails associated to a user when destroying their record 2017-07-25 17:44:46 +02:00
views safely call html_safe on category description 2017-07-25 11:40:02 -07:00