Ignore:
Timestamp:
02/06/23 18:12:03 (22 months ago)
Author:
milamihajlovska <mila.mihajlovska01@…>
Branches:
master
Children:
b5ce654
Parents:
f9cc555
Message:

changes in some htmls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/film.html

    rf9cc555 ra69d48c  
    2525                <span th:text="${genre}"></span>
    2626            </div>
    27 
     27            <h4 style="color: white;"> Возрасна категорија:
     28                <span th:text="${film.age_category}"></span>
     29            </h4>
     30            <h4 style="color: white"> Траење на филмот:
     31                <span th:text="${film.duration}"></span>
     32                минути
     33            </h4>
     34            <h4 style="color: white"> Режисер:
     35                <span th:text="${film.director}"></span>
     36            </h4>
    2837        </div>
    2938
Note: See TracChangeset for help on using the changeset viewer.