fix #10 choose upload path in config.js
This commit is contained in:
@@ -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}/uploads/#{event.image_path}" />
|
||||
<img style="width: 100%" src="#{config.apiurl}/media/#{event.image_path}" />
|
||||
p #{event.description}
|
||||
|
||||
each tag in event.tags
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
p= t('mail.recover')
|
||||
p= t('email.recover')
|
||||
|
||||
<a href="#{config.baseurl}/recover/#{user.recover_code}">#{t('press here')}</a>
|
||||
<a href="#{config.baseurl}/recover/#{user.recover_code}">#{t('email.press_here')}</a>
|
||||
Reference in New Issue
Block a user