Skip to content
Snippets Groups Projects
Commit 8069d2b8 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

text tweak

parent 21619b50
No related branches found
No related tags found
No related merge requests found
......@@ -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 %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment