Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Lab8-201520922
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kim Siwon
Lab8-201520922
Commits
2b976647
Commit
2b976647
authored
5 years ago
by
Kim Siwon
Browse files
Options
Downloads
Patches
Plain Diff
add Actor Image
parent
c5fc25bb
No related branches found
No related tags found
No related merge requests found
Pipeline
#3334
failed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
views/index.pug
+3
-1
3 additions, 1 deletion
views/index.pug
views/result.pug
+1
-0
1 addition, 0 deletions
views/result.pug
with
4 additions
and
1 deletion
views/index.pug
+
3
−
1
View file @
2b976647
...
@@ -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")
...
...
This diff is collapsed.
Click to expand it.
views/result.pug
+
1
−
0
View file @
2b976647
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment