Merge pull request #4051 from betagouv/fix-4050-admin-minor-change
Suppression du n° de téléphone du standard dans la partie Administrateur
This commit is contained in:
commit
f20278c4b5
4 changed files with 12 additions and 10 deletions
|
@ -59,8 +59,8 @@ class AdministrateurUsageStatisticsService
|
||||||
.max || 0,
|
.max || 0,
|
||||||
nb_dossiers_traite: nb_dossiers_by_synthetic_state['termine'],
|
nb_dossiers_traite: nb_dossiers_by_synthetic_state['termine'],
|
||||||
nb_dossiers_dossier_en_instruction: nb_dossiers_by_synthetic_state['en_instruction'],
|
nb_dossiers_dossier_en_instruction: nb_dossiers_by_synthetic_state['en_instruction'],
|
||||||
admin_roi_low: nb_dossiers_roi * 7.04,
|
admin_roi_low: nb_dossiers_roi * 7,
|
||||||
admin_roi_high: nb_dossiers_roi * 17.25
|
admin_roi_high: nb_dossiers_roi * 17
|
||||||
}
|
}
|
||||||
|
|
||||||
if administrateur.current_sign_in_at.present?
|
if administrateur.current_sign_in_at.present?
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#navbar-body
|
#navbar-body
|
||||||
.row
|
.row
|
||||||
%div{ style: "vertical-align: middle;float:left;position:absolute;line-height: 60px;z-index:2;" }
|
%div{ style: "vertical-align: middle;float:left;position:absolute;line-height: 60px;z-index:2;" }
|
||||||
Besoin d'aide? <a href="tel:#{CONTACT_PHONE}">#{CONTACT_PHONE}</a> ou <a href="#{contact_admin_path}" target="_blank" rel="noopener">email</a> ou <a target="_blank" rel="noopener" href="https://calendly.com/demarches-simplifiees/accompagnement-administrateur-demarches-simplifiees-fr">prenez rendez-vous avec nous</a>
|
👉 Besoin d'aide? Contactez-nous par <a style="cursor:hand" onclick="$crisp.push(['do', 'chat:open'])">chat</a>, <a href="#{contact_admin_path}" target="_blank" rel="noopener">email</a> ou <a target="_blank" rel="noopener" href="https://calendly.com/demarches-simplifiees/accompagnement-administrateur-demarches-simplifiees-fr">prenez rendez-vous avec nous</a>.
|
||||||
-# BEST WTF EVER
|
-# BEST WTF EVER
|
||||||
-# this begin rescue hides potentials bugs by displaying another navbar
|
-# this begin rescue hides potentials bugs by displaying another navbar
|
||||||
- begin
|
- begin
|
||||||
|
|
|
@ -7,7 +7,9 @@
|
||||||
<%= content_for(:title) %>
|
<%= content_for(:title) %>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
<p class="main-content__header">
|
||||||
|
Plus de 1000 dossiers et "le plus vite possible" 👉 c'est un VIP ❤️. Appelez-le 📞 pour répondre à ses questions.
|
||||||
|
</p>
|
||||||
<% if @pending_demandes.present? %>
|
<% if @pending_demandes.present? %>
|
||||||
<section class="main-content__body main-content__body--flush">
|
<section class="main-content__body main-content__body--flush">
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -113,8 +113,8 @@ describe AdministrateurUsageStatisticsService do
|
||||||
nb_dossiers_max: 21,
|
nb_dossiers_max: 21,
|
||||||
nb_dossiers_traite: 7,
|
nb_dossiers_traite: 7,
|
||||||
nb_dossiers_dossier_en_instruction: 7,
|
nb_dossiers_dossier_en_instruction: 7,
|
||||||
admin_roi_low: 147.84,
|
admin_roi_low: 147,
|
||||||
admin_roi_high: 362.25
|
admin_roi_high: 357
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -192,8 +192,8 @@ describe AdministrateurUsageStatisticsService do
|
||||||
nb_dossiers_max: 3,
|
nb_dossiers_max: 3,
|
||||||
nb_dossiers_traite: 1,
|
nb_dossiers_traite: 1,
|
||||||
nb_dossiers_dossier_en_instruction: 1,
|
nb_dossiers_dossier_en_instruction: 1,
|
||||||
admin_roi_low: 21.12,
|
admin_roi_low: 21,
|
||||||
admin_roi_high: 51.75
|
admin_roi_high: 51
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -222,8 +222,8 @@ describe AdministrateurUsageStatisticsService do
|
||||||
nb_dossiers_max: 21,
|
nb_dossiers_max: 21,
|
||||||
nb_dossiers_traite: 7,
|
nb_dossiers_traite: 7,
|
||||||
nb_dossiers_dossier_en_instruction: 7,
|
nb_dossiers_dossier_en_instruction: 7,
|
||||||
admin_roi_low: 147.84,
|
admin_roi_low: 147,
|
||||||
admin_roi_high: 362.25
|
admin_roi_high: 357
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue