Skip to content

[FIX] Emails' logo and links#12241

Merged
sampaiodiego merged 4 commits intodevelopfrom
fix-email-footer
Oct 3, 2018
Merged

[FIX] Emails' logo and links#12241
sampaiodiego merged 4 commits intodevelopfrom
fix-email-footer

Conversation

@ggazzo
Copy link
Copy Markdown
Member

@ggazzo ggazzo commented Oct 2, 2018

Closes #12230
Closes #12231
This pr doesnt fix the broken logo but fix other problems

@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-12241 October 2, 2018 14:53 Inactive
});
this.section('Header_and_Footer', function() {
this.add('Email_Header', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: //www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http: //www.w3.org/1999/xhtml"><head><!-- If you delete this tag, the sky will fall on your head --><meta name="viewport" content="width=device-width" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Rocket.Chat Cloud</title></head><body bgcolor="#F7F8FA"><table bgcolor="#F7F8FA" width="100%"><tr><td><!-- HEADER --><table class="wrap" bgcolor="#F7F8FA"><tr><td class="header container"><div class="header-content"><table bgcolor="#F7F8FA" width="100%"><tr><td><img src="[Site_Url]/assets/logo" alt="Rocket.chat-logo" width="150px" /></td></tr></table></div></td></tr></table><!-- /HEADER --></td></tr><tr><td><!-- BODY --><table class="wrap"><tr><td class="container" bgcolor="#FFFFFF"><div class="content"><table><tr><td>', {
this.add('Email_Header', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><!-- If you delete this tag, the sky will fall on your head --><meta name="viewport" content="width=device-width" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Rocket.Chat Cloud</title></head><body bgcolor="#F7F8FA"><table class="body" bgcolor="#F7F8FA" width="100%"><tr><td><!-- HEADER --><table class="wrap" bgcolor="#F7F8FA"><tr><td class="header container"><div class="header-content"><table bgcolor="#F7F8FA" width="100%"><tr><td><img src="[Site_Url]/assets/logo" alt="Rocket.chat-logo" width="150px" /></td></tr></table></div></td></tr></table><!-- /HEADER --></td></tr><tr><td><!-- BODY --><table class="wrap"><tr><td class="container" bgcolor="#FFFFFF"><div class="content"><table><tr><td>', {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<img> alt attribute value should be Rocket.Chat, the same textual content inside the logo.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed =)

@sampaiodiego sampaiodiego temporarily deployed to rocket-chat-pr-12241 October 2, 2018 18:29 Inactive
tassoevan
tassoevan previously approved these changes Oct 2, 2018
@sampaiodiego sampaiodiego temporarily deployed to rocket-chat-pr-12241 October 2, 2018 20:35 Inactive
sampaiodiego
sampaiodiego previously approved these changes Oct 2, 2018
@sampaiodiego sampaiodiego changed the title [FIX] links on email footer [FIX] Emails' logo and links Oct 3, 2018
@sampaiodiego sampaiodiego merged commit 7aa8a26 into develop Oct 3, 2018
@sampaiodiego sampaiodiego deleted the fix-email-footer branch October 3, 2018 17:35
This was referenced Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Footer links on the new emails are broken Emails do not render in outlook (starting with 0.70 I believe)

4 participants