Skip to content

Commit b0ed2aa

Browse files
committed
Remove mailer header nav items. Looks great, but they appear first in the mail preview instead of the actual message.
1 parent 599e99f commit b0ed2aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/views/layouts/better_together/mailers/_header.html.erb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@
88
<%= render 'layouts/better_together/mailers/navbar_brand' %>
99
</td>
1010
</tr>
11-
<tr>
12-
<td class="" style="margin-bottom: 24px;" align="center">
13-
<% mailer_header_nav_items.each_with_index do |nav_item, index| %>
14-
<%= link_to nav_item, nav_item.url, class: 'text-decoration-none' %><% if index < (mailer_header_nav_items.size - 1) %> | <% end %>
15-
<% end %>
16-
</td>
17-
</tr>
1811
</table>

0 commit comments

Comments
 (0)