diff --git a/config/routes.rb b/config/routes.rb index 265e4d81fe2..572e7115342 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -89,7 +89,6 @@ match '/privacy' => 'high_voltage/pages#show', :id => 'privacy' match '/blog' => 'high_voltage/pages#show', :id => 'blog' - match "/pages/*id" => 'pages#show', :as => :page, :format => false root :to => 'pages#show', :id => 'home' #redirect old pages: @@ -104,4 +103,5 @@ match '/about' => redirect('/pages/home#who') match '/contact' => redirect('/pages/home#who') match '/demo' => redirect('/') + match "/pages/*id" => 'pages#show', :as => :page, :format => false end diff --git a/doc/new_user_introduction_page.bmml b/doc/new_user_introduction_page.bmml new file mode 100644 index 00000000000..3a68892b70b --- /dev/null +++ b/doc/new_user_introduction_page.bmml @@ -0,0 +1,35 @@ + + + + + + Welcome%20to%20Loomio + + + + + Introduction%20to%20Loomio + + + + + How%20do%20I%20keep%20on%20top%20of%20things%3F + + + + + Ensure%20that%20you%20are%20subscribed%20to%20email%20notifications.%20With%20the%20following%20email%20alerts%20you%27ll%20be%20emailed%20when%20new%20discussions%20and%20decisions%20are%20started%2C%20and%20before%20any%20proposals%20close.%20If%20you%20just%20need%20to%20keep%20up%20with%20the%20group%20you%20can%20chill%20out%20now. + + + + + How%20do%20I%20start%20discussions%20and%20decisions%20with%20my%20group%3F + + + + + You%20go%20to%20the%20group%20page%20and%20click%20start%20a%20discussion. + + + + \ No newline at end of file