mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 19:18:07 +01:00
7 lines
235 B
Text
7 lines
235 B
Text
<%= raw t('admin_mailer.new_software_updates.body') %>
|
|
|
|
<% @software_updates.each do |update| %>
|
|
- Mastodon #{update.version}: #{update.release_notes}
|
|
<% end %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= admin_software_updates_url %>
|