mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
First stab at new user education - configurable messages that pop up on a user's first
few posts/topics.
This commit is contained in:
parent
898efeaea2
commit
b9457197c0
15 changed files with 879 additions and 688 deletions
|
@ -116,6 +116,10 @@ class PostsController < ApplicationController
|
|||
render_serialized(post.replies, PostSerializer)
|
||||
end
|
||||
|
||||
# Returns the "you're creating a post education"
|
||||
def education_text
|
||||
|
||||
end
|
||||
|
||||
def bookmark
|
||||
post = find_post_from_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue