Remove icon images on mailers
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 251 B |
Binary file not shown.
|
Before Width: | Height: | Size: 230 B |
Binary file not shown.
|
Before Width: | Height: | Size: 379 B |
@@ -26,7 +26,6 @@
|
||||
<tr>
|
||||
<td style="padding-bottom: 12px; text-align: center;">
|
||||
<%= link_to budget_investment_url(@investment.budget, @investment, anchor: "social-share"), style: css_for_mailer_button do %>
|
||||
<%= image_tag("icon_mailer_share.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %>
|
||||
<%= t("mailers.budget_investment_created.share") %>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<tr>
|
||||
<td style="padding-bottom: 12px; text-align: center;">
|
||||
<%= link_to budget_investment_url(@investment.budget, @investment, anchor: "social-share"), style: css_for_mailer_button do %>
|
||||
<%= image_tag("icon_mailer_share.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %>
|
||||
<%= t("mailers.budget_investment_selected.share_button") %>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
<tr>
|
||||
<td style="padding-bottom: 12px; padding-top: 24px; text-align: center;">
|
||||
<%= link_to user_url(@direct_message.sender), style: css_for_mailer_button, target: "_blank" do %>
|
||||
<%= image_tag("icon_mailer_reply.png", style: "border: 0; display: inline-block; width: 100%; max-width: 12px; vertical-align: sub;", alt: "") %>
|
||||
<%= t("mailers.direct_message_for_receiver.reply",
|
||||
sender: @direct_message.sender.name) %>
|
||||
<% end %>
|
||||
|
||||
@@ -32,12 +32,10 @@
|
||||
<tr>
|
||||
<td style="padding-bottom: 12px;">
|
||||
<%= link_to proposal_url(notification.notifiable.proposal, anchor: "social-share"), style: css_for_mailer_button do %>
|
||||
<%= image_tag("icon_mailer_share.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %>
|
||||
<%= t("mailers.proposal_notification_digest.share") %>
|
||||
<% end %>
|
||||
|
||||
<%= link_to proposal_url(notification.notifiable.proposal, anchor: "comments"), style: css_for_mailer_button do %>
|
||||
<%= image_tag("icon_mailer_comment.png", style: "border: 0; display: inline-block; width: 100%; max-width: 16px; vertical-align: middle;", alt: "") %>
|
||||
<%= t("mailers.proposal_notification_digest.comment") %>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user