From 051551d27d9f4d72e9437ed4437fea5e629ef9dd Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sun, 11 Apr 2021 09:52:58 -0400 Subject: film ui changes --- src/web/src/app/film/film.component.html | 43 ++++++++++---------------------- 1 file changed, 13 insertions(+), 30 deletions(-) (limited to 'src/web') diff --git a/src/web/src/app/film/film.component.html b/src/web/src/app/film/film.component.html index 0619f72..783ccc0 100644 --- a/src/web/src/app/film/film.component.html +++ b/src/web/src/app/film/film.component.html @@ -2,28 +2,19 @@
-
+
- +
-

+

{{ - type === "tv" - ? model.name - : model.original_title - }} + type === "tv" + ? model.name + : model.original_title + }}

{{ model.overview }} @@ -32,23 +23,17 @@

-

+

Watch It Here

-
+
- + " />
{{ getPrice(i) }} @@ -61,11 +46,9 @@
-
+
-
+
\ No newline at end of file -- cgit v1.2.3