mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
Remove unused local vars from user mailer warning (#35977)
This commit is contained in:
parent
7fc884ba00
commit
786891c333
|
@ -35,11 +35,11 @@
|
||||||
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
||||||
%tr
|
%tr
|
||||||
%td.email-border-top
|
%td.email-border-top
|
||||||
- @statuses.each_with_index do |status, i|
|
- @statuses.each do |status|
|
||||||
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
||||||
%tr
|
%tr
|
||||||
%td.email-border-bottom.email-padding-24
|
%td.email-border-bottom.email-padding-24
|
||||||
= render 'notification_mailer/status', status: status, i: i + 1, highlighted: true, time_zone: @resource.time_zone.presence
|
= render 'notification_mailer/status', status: status, time_zone: @resource.time_zone.presence
|
||||||
|
|
||||||
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
||||||
%tr
|
%tr
|
||||||
|
|
Loading…
Reference in New Issue
Block a user