rename similar posts to recommended posts, refactor menu on posts/show
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module PostSets
|
||||
class Similar < PostSets::Post
|
||||
class Recommended < PostSets::Post
|
||||
def initialize(post)
|
||||
super("")
|
||||
@post = post
|
||||
Reference in New Issue
Block a user