diff --git a/app/views/admin/dashboard/index.html.erb b/app/views/admin/dashboard/index.html.erb index 80eba40611e439bd71505158b1944202b9adc468..e067d7978729903f04eda3bb49b8835ec5664efc 100644 --- a/app/views/admin/dashboard/index.html.erb +++ b/app/views/admin/dashboard/index.html.erb @@ -14,14 +14,14 @@ <%= osuny_panel t('hello', name: current_user.first_name) do %> <% if current_admin_theme == 'appstack' %> <p> - Osuny a un nouveau thème pour l'administration, "Pure". <br> - Voulez-vous l'essayer ? + Osuny a un nouveau thème pour l'administration, "Pure". + Voulez-vous l'essayer ? </p> <%= link_to 'Changer de thème', admin_set_theme_path(theme: 'pure'), method: :put %> <% else %> <p> - Vous utilisez le thème "Pure" pour l'administration. <br> - Voulez-vous revenir au thème "Appstack" ? + Vous utilisez le thème "Pure" pour l'administration. + Voulez-vous revenir au thème "Appstack" ? </p> <%= link_to 'Changer de thème', admin_set_theme_path(theme: 'appstack'), method: :put %> <% end %>