Changed the link to the bbb image to be an absolute url (#353)

This commit is contained in:
farhatahmad
2019-02-04 10:19:11 -05:00
committed by Jesus Federico
parent c73064a70a
commit ef23cae73d
4 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,7 @@
%>
<div style="text-align:center; font-family:'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif">
<div style="display:inline-block; background-color:#F5F7FB; border:1px solid #d3d3d3; padding: 25px 70px">
<%= image_tag(Rails.configuration.branding_image.blank? ? "logo_with_text.png" : Rails.configuration.branding_image) %>
<%= image_tag(Rails.configuration.branding_image) %>
<h1 style="margin-bottom:30px">Password Reset</h1>