diff --git a/app/views/events/_event_small.haml b/app/views/events/_event_small.haml index 3bfb43e..5d1a296 100644 --- a/app/views/events/_event_small.haml +++ b/app/views/events/_event_small.haml @@ -9,4 +9,4 @@ %div.h-full .p-5.text-center .m-2.text-sm.leading-relaxed.line-clamp-3{ prose_classes } - = shorten markdown(event.text) + = shorten markdown(event.text) \ No newline at end of file