]> git.openstreetmap.org Git - rails.git/commit
Allow reporting of anonymous notes
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Feb 2018 06:26:40 +0000 (14:26 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Feb 2018 06:26:40 +0000 (14:26 +0800)
commit80a241f7985fec6ec853e48a25823446b59b7682
tree2162805b148decd7d11fe82aa5d0f04f6d910c77
parent3bd06529c7f9920c4f71498277f453bf1b8dd030
Allow reporting of anonymous notes
app/controllers/issues_controller.rb
app/models/issue.rb
app/views/browse/note.html.erb
app/views/issues/index.html.erb
app/views/issues/show.html.erb
db/migrate/20160822153055_create_issues_and_reports.rb
db/structure.sql
test/system/issues_test.rb
test/system/report_anonymous_note_test.rb [new file with mode: 0644]