From fa1fb8cd60fa1d32de668c95fb0257783d8a75ea Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Wed, 25 Feb 2026 17:57:15 +0100 Subject: [PATCH] add fontawesome --- app/views/layouts/application.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 1f05f7d..19f080c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -22,6 +22,8 @@ + + <%# Includes all stylesheet files in app/assets/stylesheets %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_importmap_tags %>