]> git.openstreetmap.org Git - rails.git/commit
Add preview functionality to rich text controls
authorTom Hughes <tom@compton.nu>
Sat, 3 Mar 2012 18:40:44 +0000 (18:40 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 17 Mar 2012 16:36:57 +0000 (16:36 +0000)
commit561f2f694adc8ac57011eac1eec5929425276c59
treeedc2ac0943736023b0457976db771db340926b62
parentb6163f0fc29740b4d9953a8c1fe47875ce2ecab0
Add preview functionality to rich text controls
15 files changed:
app/assets/javascripts/site.js
app/assets/stylesheets/common.css.scss
app/controllers/site_controller.rb
app/helpers/application_helper.rb
app/views/diary_entry/edit.html.erb
app/views/diary_entry/view.html.erb
app/views/message/new.html.erb
app/views/site/_markdown_help.html.erb [new file with mode: 0644]
app/views/user/account.html.erb
app/views/user_blocks/new.html.erb
config/locales/en.yml
config/routes.rb
test/functional/diary_entry_controller_test.rb
test/functional/site_controller_test.rb
test/functional/user_controller_test.rb