color, weigth, locale, config

This commit is contained in:
lesion
2019-06-26 14:44:21 +02:00
parent b093dae3f3
commit 1087723be8
27 changed files with 188 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
p= t('email.confirm')
hr
a(href="#{config.baseurl}") #{config.title} - #{config.description}
<a href="#{config.baseurl}"> #{config.title} - #{config.description}</a>

View File

@@ -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%; max-height: 89vh; margin: 0 auto;" src="#{config.apiurl}/media/#{event.image_path}" />
<img style="width: 100%; max-height: 89vh; margin: 0 auto;" src="#{config.baseurl}/media/#{event.image_path}" />
p #{event.description}
each tag in event.tags
@@ -17,4 +17,4 @@ else
p Puoi eliminare queste notifiche <a href="#{config.baseurl}/del_notification/#{notification.remove_code}">qui</a>
hr
a(href="#{config.baseurl}") #{config.title} - #{config.description}
<a href="#{config.baseurl}">#{config.title} - #{config.description}</a>