From 88446ca135fa230e572f75ed6416d589af057db8 Mon Sep 17 00:00:00 2001 From: Maximilien Bausson Date: Thu, 5 Oct 2023 10:29:36 +0200 Subject: [PATCH] Replaced double-quote instead of simple-quote --- app/views/pages/_params_menu.html.erb | 40 +++++++++++++-------------- app/views/sites/_form.html.erb | 2 +- app/views/sites/index.html.erb | 4 +-- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/app/views/pages/_params_menu.html.erb b/app/views/pages/_params_menu.html.erb index dd7f9c52e..fbfd80635 100644 --- a/app/views/pages/_params_menu.html.erb +++ b/app/views/pages/_params_menu.html.erb @@ -4,36 +4,36 @@ <%= t(".location.title") %> - "><%= Site.model_name.human.pluralize %> - "><%= Room.model_name.human.pluralize %> - "><%= Islet.model_name.human.pluralize %> - "><%= t(".location.bays") %> - "><%= Frame.model_name.human.pluralize %> + "><%= Site.model_name.human.pluralize %> + "><%= Room.model_name.human.pluralize %> + "><%= Islet.model_name.human.pluralize %> + "><%= t(".location.bays") %> + "><%= Frame.model_name.human.pluralize %>
Matériel - ">Matériels + ">Matériels
<%= t(".material_management.title") %> - "><%= Modele.model_name.human.pluralize %> - "><%= Category.model_name.human(count: 2) %> - "><%= Architecture.model_name.human.pluralize %> - "><%= Manufacturer.model_name.human.pluralize %> - "><%= Domaine.model_name.human.pluralize %> - "><%= Gestion.model_name.human.pluralize %> - "><%= Cluster.model_name.human.pluralize %> - "><%= Stack.model_name.human.pluralize %> - "><%= CardType.model_name.human(count: 2) %> - "><%= Color.model_name.human.pluralize %> - "><%= Maintainer.model_name.human.pluralize %> - "><%= ContractType.model_name.human(count: 2) %> - "><%= DiskType.model_name.human(count: 2) %> - "><%= MemoryType.model_name.human(count: 2) %> + "><%= Modele.model_name.human.pluralize %> + "><%= Category.model_name.human(count: 2) %> + "><%= Architecture.model_name.human.pluralize %> + "><%= Manufacturer.model_name.human.pluralize %> + "><%= Domaine.model_name.human.pluralize %> + "><%= Gestion.model_name.human.pluralize %> + "><%= Cluster.model_name.human.pluralize %> + "><%= Stack.model_name.human.pluralize %> + "><%= CardType.model_name.human(count: 2) %> + "><%= Color.model_name.human.pluralize %> + "><%= Maintainer.model_name.human.pluralize %> + "><%= ContractType.model_name.human(count: 2) %> + "><%= DiskType.model_name.human(count: 2) %> + "><%= MemoryType.model_name.human(count: 2) %>

diff --git a/app/views/sites/_form.html.erb b/app/views/sites/_form.html.erb index 14540cffb..3ba26a0bf 100644 --- a/app/views/sites/_form.html.erb +++ b/app/views/sites/_form.html.erb @@ -2,7 +2,7 @@ <% if @site.errors.any? %>