event list for teacher page

This commit is contained in:
Torsten
2023-10-12 13:20:48 +03:00
parent 1290749bce
commit b3063a3238
5 changed files with 29 additions and 3 deletions

View File

@ -6,7 +6,8 @@
.flex.mt-6.py-4.flex-col.max-w-screen-lg.overflow-hidden.bg-white.border.rounded.shadow-sm.lg:flex-row.sm:mx-auto
.relative{:class => "lg:w-1/2"}
-if profile.picture_url
= image_tag profile.picture_url, class: "object-cover w-full lg:absolute h-80 lg:h-full"
= link_to profile do
= image_tag profile.picture_url, class: "object-cover w-full lg:absolute h-80 lg:h-full"
.flex.flex-col.justify-center.p-8.lg:p-16.lg:pl-10{:class => "lg:w-1/2"}
%h5.mb-3.text-3xl.font-extrabold.leading-none.sm:text-4xl
= profile.name