mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Use short_date helper for email post template (#10063)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<span class='user-title'><%= post.user.title %></span>
|
||||
<% end %>
|
||||
<br>
|
||||
<span class='notification-date'><%= l post.created_at, format: :short_no_year %></span>
|
||||
<span class='notification-date'><%= short_date(post.created_at) %></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user