This commit is contained in:
albert
2012-10-30 17:59:55 -04:00
parent 26f7e904c2
commit e0220f6418

View File

@@ -44,7 +44,7 @@ class PostPresenter < Presenter
end
if @post.artist_tags.any?
string << "by"
string << "drawn by"
string << @post.artist_tags.to_sentence
end