]> git.openstreetmap.org Git - rails.git/blob - app/views/notifications/_notification.html.erb
Merge remote-tracking branch 'upstream/pull/7294'
[rails.git] / app / views / notifications / _notification.html.erb
1 <%# locals: (notification:) %>
2
3 <article class="web-notification">
4   <%= render(
5         partial_path_for_notification(notification),
6         :notification => notification,
7         :record => notification.record
8       ) %>
9 </article>