fixes #63: Username "_" are not showing as a blank space in comments (minor)
This commit is contained in:
@@ -50,7 +50,7 @@ class Comment < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def creator_name
|
||||
creator.name
|
||||
creator.name.tr("_", " ")
|
||||
end
|
||||
|
||||
def editable_by?(user)
|
||||
|
||||
Reference in New Issue
Block a user