Skip to content
Snippets Groups Projects
Commit e351fbbc authored by LeeYongJae's avatar LeeYongJae
Browse files

Merge branch 'newRequirement' into 'master'

New requirement - movie comment

See merge request !1
parents 407868f7 e5602550
No related branches found
No related tags found
1 merge request!1New requirement - movie comment
Pipeline #3323 failed
public/images/markruffalo.jpg

43.7 KiB

......@@ -21,6 +21,11 @@ body {
height: 600px;
}
#actorImg {
width: 80px;
height: 160px;
}
#star {
width: 30px;
height: 30px;
......
......@@ -9,6 +9,7 @@ block content
input(class="textList" id="text2" type="text" name="actor")
input(class="textList" id="text3" type="text" name="genre")
input(class="textList" id="text4" type="text" name="poster_path")
input(class="textList" id="text5" type="text" name="actor_path")
p Movie Ratings
input(class="radioList" type="radio" name="grade" value = "0")
| 0
......
......@@ -9,6 +9,7 @@ html
p(id="title") #{data.title}
hr
p(id="actor") #{data.actor}
img(id="actorImg" src=`${data.actor_path}`)
p(id="genre") #{data.genre}
hr
- let radioButtons = `${data.grade}`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment