Skip to content
Snippets Groups Projects
Commit b0e8f75d authored by lang0909's avatar lang0909
Browse files

movie_comment

parent 74d8e627
Branches my-branch
No related tags found
1 merge request!1merge my-branch ->master
Pipeline #3342 failed
...@@ -20,3 +20,8 @@ article { ...@@ -20,3 +20,8 @@ article {
.btn-back { .btn-back {
margin:10px; margin:10px;
} }
.actor_poster{
width: 150px;
height: 200px;
}
\ No newline at end of file
...@@ -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='actor_poster' placeholder='Actor_Poster (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="actor_poster" src=`${data.actor_poster}`)
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