Request ui #16

Merged
KevinMidboe merged 12 commits from request_ui into master 2017-08-06 07:26:22 +00:00
Showing only changes of commit bc4eff795e - Show all commits

View File

@@ -18,7 +18,7 @@ class mailTemplate {
return ` return `
<h1>${info.name} ${info.year}</h1> <h1>${info.name} ${info.year}</h1>
<img src=${info.poster}> <img src="${info.poster}">
` `
} }
} }