diff --git a/app/views/email/_post.html.erb b/app/views/email/_post.html.erb index 75510c19a9a..c081fb5afda 100644 --- a/app/views/email/_post.html.erb +++ b/app/views/email/_post.html.erb @@ -1,19 +1,25 @@ -
- - - <%= post.user.username %> - <%- if show_name_on_post(post) %> - <%= post.user.name %> - <% end %> - <%- if post.user.title.present? %> - <%= post.user.title %> - <% end %> -
- <%= l post.created_at, format: :short_no_year %> + + + + + +
+ + + <%= post.user.username %> + <%- if show_name_on_post(post) %> + <%= post.user.name %> + <% end %> + <%- if post.user.title.present? %> + <%= post.user.title %> + <% end %> +
+ <%= l post.created_at, format: :short_no_year %> +