Skip to content
Snippets Groups Projects
Commit 2b976647 authored by Kim Siwon's avatar Kim Siwon
Browse files

add Actor Image

parent c5fc25bb
No related branches found
No related tags found
No related merge requests found
Pipeline #3334 failed
...@@ -13,6 +13,8 @@ block content ...@@ -13,6 +13,8 @@ block content
input(type='text' name='genre' placeholder='Genre Type') input(type='text' name='genre' placeholder='Genre Type')
p p
input(type='text' name='poster' placeholder='Poster (image url)') input(type='text' name='poster' placeholder='Poster (image url)')
p
input(type='text' name='actorImage' placeholder='Actor Image (image url)')
p Movie Ratings p Movie Ratings
label 0 label 0
input(type="radio", name="rating", value="0") input(type="radio", name="rating", value="0")
......
...@@ -5,6 +5,7 @@ block content ...@@ -5,6 +5,7 @@ block content
h1 #{data.name} h1 #{data.name}
hr(size='3px') hr(size='3px')
p #{data.actors} p #{data.actors}
img(class="actorImage" src=`${data.actorImage}`)
p #{data.genre} p #{data.genre}
hr(size='3px') hr(size='3px')
p p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment