]> git.openstreetmap.org Git - rails.git/blob - app/views/notifications/_notification_quote.html.erb
Merge remote-tracking branch 'upstream/pull/7318'
[rails.git] / app / views / notifications / _notification_quote.html.erb
1 <%# locals: (body: nil) %>
2
3 <blockquote class="col-10 border-start border-light-subtle border-3 ps-2">
4   <% truncated_entry = body.truncate_html(1000) %>
5   <%= truncated_entry[:html] %>
6   <% if truncated_entry[:truncated] %>
7     <p>&hellip;</p>
8   <% end %>
9 </blockquote>