From f21da3af9602cc6e970cd013f60c8cbc88bd95c6 Mon Sep 17 00:00:00 2001 From: Florian Gagnaire Date: Tue, 27 Aug 2024 08:28:59 +0200 Subject: [PATCH] Adding the title in the config initializer in the views title --- app/views/oas_rails/oas_rails/index.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/oas_rails/oas_rails/index.html.erb b/app/views/oas_rails/oas_rails/index.html.erb index dc78fe1..7e78a54 100644 --- a/app/views/oas_rails/oas_rails/index.html.erb +++ b/app/views/oas_rails/oas_rails/index.html.erb @@ -1,7 +1,7 @@ - Oas rails + <%= OasRails.config.info.title %> <%= csrf_meta_tags %> <%= csp_meta_tag %> @@ -9,11 +9,11 @@ - + >