From 8420323c92befb187185a6c8eccd428451929140 Mon Sep 17 00:00:00 2001 From: kidhab <32387157+kidhab@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:01:00 +0200 Subject: [PATCH] Show a foodcoop's name as subtitle at login screen (#957) --- app/views/sessions/new.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/sessions/new.html.haml b/app/views/sessions/new.html.haml index 76760654..5f147baf 100644 --- a/app/views/sessions/new.html.haml +++ b/app/views/sessions/new.html.haml @@ -6,6 +6,8 @@ - title t('.title') +.lead= FoodsoftConfig[:name] + %noscript .alert.alert-error != t '.nojs', link: link_to(t('.noscript'), "http://noscript.net/")