cleaning
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
p= t('email.confirm')
|
||||
|
||||
hr
|
||||
small #{config.baseurl}
|
||||
a(href="#{config.baseurl}") #{config.title} - #{config.description}
|
||||
@@ -3,7 +3,7 @@ p Dove: #{event.place.name} - #{event.place.address}
|
||||
p Quando: #{datetime(event.start_datetime)}
|
||||
br
|
||||
if event.image_path
|
||||
<img style="width: 100%" src="#{config.apiurl}/media/#{event.image_path}" />
|
||||
<img style="width: 100%; max-height: 89vh; margin: 0 auto;" src="#{config.apiurl}/media/#{event.image_path}" />
|
||||
p #{event.description}
|
||||
|
||||
each tag in event.tags
|
||||
@@ -15,4 +15,6 @@ if to_confirm
|
||||
p Puoi confermare questo evento <a href="#{config.baseurl}/admin/confirm/#{event.id}">qui</a>
|
||||
else
|
||||
p Puoi eliminare queste notifiche <a href="#{config.baseurl}/del_notification/#{notification.remove_code}">qui</a>
|
||||
<a href="#{config.baseurl}">#{config.title} - #{config.description}</a>
|
||||
|
||||
hr
|
||||
a(href="#{config.baseurl}") #{config.title} - #{config.description}
|
||||
|
||||
@@ -1 +1 @@
|
||||
| [Gancio] #{t('email.register.subject')}
|
||||
| [#{config.title}] #{t('email.register.subject')}
|
||||
|
||||
Reference in New Issue
Block a user