4
4
<div >
5
5
<h2
6
6
id =" notification-date-{{ Str:: slug ($date ) } }"
7
- class =" inline-flex inline-flex items-center gap-x-3 rounded-full bg-skin-primary bg-opacity-20 px-2.5 py-1.5 font-sans text-sm font-medium text-primary-600"
7
+ class =" inline-flex items-center gap-x-3 rounded-full bg-skin-primary bg-opacity-20 px-2.5 py-1.5 font-heading text-sm font-medium text-primary-600"
8
8
>
9
9
<svg
10
10
xmlns =" http://www.w3.org/2000/svg"
@@ -51,14 +51,14 @@ class="mx-auto size-10 text-primary-600"
51
51
d =" M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"
52
52
/>
53
53
</svg >
54
- <p class =" mt-1 text-sm leading-5 text-gray-500 dark:text-gray-400" >Vous n'avez pas de notifications non lues. </p >
54
+ <p class =" mt-1 text-sm leading-5 text-gray-500 dark:text-gray-400" >{{ __ ( ' pages/notification.empty ' ) } } </p >
55
55
</div >
56
56
</div >
57
57
58
58
<div class =" mx-auto mt-10 max-w-lg" >
59
- <h2 class =" font-sans text-lg font-medium text-gray-900" >Lancer un nouveau contenu ? </h2 >
59
+ <h2 class =" font-heading text-lg font-medium text-gray-900" >{{ __ ( ' pages/notification.new_content ' ) } } </h2 >
60
60
<p class =" mt-1 text-sm font-normal text-gray-500 dark:text-gray-400" >
61
- Commencer par choisir quel type de contenu vous voulez créer.
61
+ {{ __ ( ' pages/notification.choose_content ' ) } }
62
62
</p >
63
63
<ul role =" list" class =" mt-6 divide-y divide-skin-base border-b border-t border-skin-base" >
64
64
<li >
@@ -83,13 +83,13 @@ class="size-6 text-white"
83
83
</div >
84
84
<div class =" min-w-0 flex-1" >
85
85
<div class =" font-sans text-sm font-medium text-gray-900" >
86
- <a href = " {{ route ( ' articles.new ' ) } } " >
86
+ <x-buttons .default onclick = " Livewire.dispatch('openPanel', { component: 'components.slideovers.article-form' }) " >
87
87
<span class =" absolute inset-0" aria-hidden =" true" ></span >
88
- Rédiger un article
89
- </a >
88
+ {{ __ ( ' pages/notification.article_action ' ) } }
89
+ </x-buttons .default >
90
90
</div >
91
91
<p class =" text-sm font-normal text-gray-500 dark:text-gray-400" >
92
- Partager un tutoriel ou une information importante.
92
+ {{ __ ( ' pages/notification.share_content ' ) } }
93
93
</p >
94
94
</div >
95
95
<div class =" shrink-0 self-center" >
@@ -129,13 +129,13 @@ class="size-6 text-white"
129
129
</div >
130
130
<div class =" min-w-0 flex-1" >
131
131
<div class =" font-sans text-sm font-medium text-gray-900" >
132
- <a href =" {{ route (' discussions.new' ) } }" >
132
+ <x-buttons .default href =" {{ route (' discussions.new' ) } }" >
133
133
<span class =" absolute inset-0" aria-hidden =" true" ></span >
134
- Démarrer une discussion
135
- </a >
134
+ {{ __ ( ' pages/notification.start_discussion ' ) } }
135
+ </x-buttons .default >
136
136
</div >
137
137
<p class =" text-sm font-normal text-gray-500 dark:text-gray-400" >
138
- Vous souhaitez apporter une pierre à l'édifice.
138
+ {{ __ ( ' pages/notification.start_discussion_description_text ' ) } }
139
139
</p >
140
140
</div >
141
141
<div class =" shrink-0 self-center" >
@@ -175,13 +175,13 @@ class="size-6 text-white"
175
175
</div >
176
176
<div class =" min-w-0 flex-1" >
177
177
<div class =" text-sm font-medium text-gray-900" >
178
- <a href = " {{ route ( ' forum.new ' ) } } " >
178
+ <x-buttons .default onclick = " Livewire.dispatch('openPanel', { component: 'components.slideovers.thread-form' }) " >
179
179
<span class =" absolute inset-0" aria-hidden =" true" ></span >
180
- Demander de l'aide
181
- </a >
180
+ {{ __ ( ' pages/notification.ask_help ' ) } }
181
+ </x-buttons .default >
182
182
</div >
183
183
<p class =" text-sm font-normal text-gray-500 dark:text-gray-400" >
184
- Vous avez un problème ? Trouvons ensemble une solution.
184
+ {{ __ ( ' pages/notification.ask_help_description ' ) } }
185
185
</p >
186
186
</div >
187
187
<div class =" shrink-0 self-center" >
0 commit comments