Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CaCaoCritics
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bilel El Yaagoubi
CaCaoCritics
Merge requests
!2
Ocotbranche
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Ocotbranche
octofront
into
master
Overview
0
Commits
9
Pipelines
4
Changes
2
Closed
Bilel El Yaagoubi
requested to merge
octofront
into
master
3 years ago
Overview
0
Commits
9
Pipelines
4
Changes
2
insane
0
0
Merge request reports
Viewing commit
760cdbfb
Prev
Next
Show latest version
2 files
+
14
−
10
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
760cdbfb
hop
· 760cdbfb
Bilel El Yaagoubi
authored
3 years ago
frontend/src/components/Movie.vue
+
4
−
1
View file @ 760cdbfb
Edit in single-file editor
Open in Web IDE
Show full file
<
template
>
<
template
>
<div
class=
"child"
>
<div
class=
"child"
>
<img
<img
height=
"400
"
class=
"movieImage
"
:src=
"'https://image.tmdb.org/t/p/original/' + movie.poster_path"
:src=
"'https://image.tmdb.org/t/p/original/' + movie.poster_path"
/>
/>
<h2>
{{
movie
.
title
}}
</h2>
<h2>
{{
movie
.
title
}}
</h2>
@@ -18,6 +18,9 @@ export default {
@@ -18,6 +18,9 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.movieImage
{
width
:
50%
;
}
.child
{
.child
{
margin-left
:
auto
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-right
:
auto
;
Loading