Skip to content
Snippets Groups Projects
Commit e05aabe4 authored by yeongin's avatar yeongin
Browse files

movie_comment

parent 0ab2d6d4
No related branches found
No related tags found
No related merge requests found
Pipeline #3404 failed
......@@ -20,3 +20,7 @@ article {
.btn-back {
margin:10px;
}
.actorimg{
width: 80px;
height: 100px;
}
\ No newline at end of file
......@@ -13,6 +13,8 @@ block content
input(type='text' name='genre' placeholder='Genre Type')
p
input(type='text' name='poster' placeholder='Poster (image url)')
p
input(type='text' name='actorimg' placeholder='Actor (image url)')
p Movie Ratings
label 0
input(type="radio", name="rating", value="0")
......
......@@ -5,6 +5,7 @@ block content
h1 #{data.name}
hr(size='3px')
p #{data.actors}
img(class="actorimg" src=`${data.actorimg}`)
p #{data.genre}
hr(size='3px')
p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment