]> git.openstreetmap.org Git - rails.git/commit
Refactor diary entry forms to use a custom form builder
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 24 Dec 2020 13:31:04 +0000 (13:31 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 24 Dec 2020 13:32:41 +0000 (13:32 +0000)
commit547459314bd5a942c7dfc8914ddae93a8bac9151
treeb6a0d9ebfde44fd74451bc29707a41c6d7e6c12c
parent170ea3399b21c722228db66212b661b9e5049ae4
Refactor diary entry forms to use a custom form builder
app/assets/stylesheets/common.scss
app/views/diary_entries/_form.html.erb
app/views/diary_entries/edit.html.erb
app/views/diary_entries/new.html.erb
app/views/shared/_html_help.erb [new file with mode: 0644]
app/views/shared/_markdown_help.html.erb [new file with mode: 0644]
app/views/shared/_richtext_field.html.erb [new file with mode: 0644]
config/locales/en.yml
lib/richtext_form_builder.rb [new file with mode: 0644]