Original PR: https://github.com/dani-garcia/vaultwarden/pull/401 Author: @TheMardy Created: 2/16/2019 Status: ✅ Merged Merged: 4/30/2019 Merged by: @dani-garcia
Base: master ← Head: master
master
a79334e
8526055
84fb6aa
f070165
9 files changed (+23 additions, -31 deletions)
📝 src/api/web.rs (+12 -1) ➕ src/static/images/logo-gray.png (+0 -0) ➕ src/static/images/mail-github.png (+0 -0) 📝 src/static/templates/email/invite_accepted.html.hbs (+2 -6) 📝 src/static/templates/email/invite_confirmed.html.hbs (+2 -6) 📝 src/static/templates/email/pw_hint_none.html.hbs (+2 -6) 📝 src/static/templates/email/pw_hint_some.hbs (+1 -0) 📝 src/static/templates/email/pw_hint_some.html.hbs (+2 -6) 📝 src/static/templates/email/send_org_invite.html.hbs (+2 -6)
src/api/web.rs
src/static/images/logo-gray.png
src/static/images/mail-github.png
src/static/templates/email/invite_accepted.html.hbs
src/static/templates/email/invite_confirmed.html.hbs
src/static/templates/email/pw_hint_none.html.hbs
src/static/templates/email/pw_hint_some.hbs
src/static/templates/email/pw_hint_some.html.hbs
src/static/templates/email/send_org_invite.html.hbs
Added static routes to Rocket and added Image links to the Email templates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/401
Author: @TheMardy
Created: 2/16/2019
Status: ✅ Merged
Merged: 4/30/2019
Merged by: @dani-garcia
Base:
master← Head:master📝 Commits (4)
a79334eAdded static email image routes8526055Added images to email templates84fb6aaSet correct MIME typef070165Changed to Bitwarden_RS Logo📊 Changes
9 files changed (+23 additions, -31 deletions)
View changed files
📝
src/api/web.rs(+12 -1)➕
src/static/images/logo-gray.png(+0 -0)➕
src/static/images/mail-github.png(+0 -0)📝
src/static/templates/email/invite_accepted.html.hbs(+2 -6)📝
src/static/templates/email/invite_confirmed.html.hbs(+2 -6)📝
src/static/templates/email/pw_hint_none.html.hbs(+2 -6)📝
src/static/templates/email/pw_hint_some.hbs(+1 -0)📝
src/static/templates/email/pw_hint_some.html.hbs(+2 -6)📝
src/static/templates/email/send_org_invite.html.hbs(+2 -6)📄 Description
Added static routes to Rocket and added Image links to the Email templates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.