Merge pull request #10174 from demarches-simplifiees/do_not_cache_application_name_on_landing
Tech: sort le nom de l'application du cache dans la page de landing
This commit is contained in:
commit
a8f2274939
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@
|
|||
= link_to t(".how_to_find_procedure"), t("links.common.faq.comment_trouver_ma_demarche_url"), class: "fr-btn fr-btn--lg fr-mr-1w fr-mb-2w", title: new_tab_suffix(t(".how_to_find_procedure")), **external_link_attributes
|
||||
= link_to t("views.users.sessions.new.connection"), new_user_session_path, class: "fr-btn fr-btn--secondary fr-btn--lg"
|
||||
|
||||
- cache [I18n.locale, "numbers-panel"], expires_in: 3.hours do
|
||||
.fr-py-6w
|
||||
.container
|
||||
%h2.center.fr-mb-4w= t(".our_numbers", name: Current.application_name)
|
||||
.fr-py-6w
|
||||
.container
|
||||
%h2.center.fr-mb-4w= t(".our_numbers", name: Current.application_name)
|
||||
- cache [I18n.locale, "numbers-panel"], expires_in: 3.hours do
|
||||
%ul.numbers
|
||||
%li.number
|
||||
.number-value
|
||||
|
|
Loading…
Reference in a new issue