]> git.openstreetmap.org Git - rails.git/commit
Moved message table HTMl to a partial template
authorHerve Saint-Amand <git@saintamh.org>
Sun, 8 Jan 2017 22:09:10 +0000 (22:09 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Sun, 8 Jan 2017 22:09:10 +0000 (22:09 +0000)
commit417176f8685ae60b670e609ca4d7e2e7c5c07647
tree48b9a10fdb6a372baa5734480d7236f3fc69394e
parent479a4bd0d7f9e3ece258634475fdc47f863c5c19
Moved message table HTMl to a partial template

Several notifications are about a message having been sent from one user to another via OSM. I've moved the code for the HTML table that holds the actual user message, with the avatar and the body text, to its own partial template, so that it can be reused. I've updated a second notifier message to the new template, diary_comment_notification.
app/models/notifier.rb
app/views/notifier/_user_message_table.html.erb [new file with mode: 0644]
app/views/notifier/changeset_comment_notification.html.erb
app/views/notifier/diary_comment_notification.html.erb