2
0
Fork 0
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:
Robin Ward 2013-02-14 12:10:53 -05:00
parent 898efeaea2
commit b9457197c0
15 changed files with 879 additions and 688 deletions

View file

@ -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