FEATURE: Can click to expand hidden posts to see the good stuff!

This commit is contained in:
Robin Ward
2014-06-20 17:06:44 -04:00
parent 14c1752474
commit 8a4e96645c
8 changed files with 54 additions and 5 deletions

View File

@ -361,6 +361,7 @@ Discourse::Application.routes.draw do
post "t/:topic_id/notifications" => "topics#set_notifications" , constraints: {topic_id: /\d+/}
get "/posts/:id/cooked" => "posts#cooked"
get "/posts/:id/expand-embed" => "posts#expand_embed"
get "raw/:topic_id(/:post_number)" => "posts#markdown"