fgrehm / letter_opener_web

A web interface for browsing Ruby on Rails sent emails
MIT License
711 stars 111 forks source link

Strip Attachment elements from sidebar #134

Closed stevenharman closed 4 months ago

stevenharman commented 4 months ago

The count of elements is (or at least can be) different depending on the email headers - like reply-to, etc… So rather than relying on the count and stripping the last two, find the <dt> containing the "Attachments:" label text, and then remove it and the element following it.

Here's what it looks like with this patch applied. Note the Attachments aren't in the sidebar, but still show up in the iframe.

snap-2024-04-19-12 26 52

(This is replacing #132 which is the same change, but I deleted the remote. Yay me! Yay Git!)