lien public pour dépot propositions
This commit is contained in:
@@ -170,9 +170,17 @@ export default function CampaignPropositionsPage() {
|
||||
<p className="text-sm text-gray-600 mb-3">
|
||||
{proposition.description}
|
||||
</p>
|
||||
<p className="text-xs text-gray-500">
|
||||
Créée le {new Date(proposition.created_at).toLocaleDateString('fr-FR')}
|
||||
</p>
|
||||
<div className="flex items-center space-x-4 text-xs text-gray-500">
|
||||
<span>
|
||||
<strong>Auteur :</strong> {proposition.author_first_name} {proposition.author_last_name}
|
||||
</span>
|
||||
<span>
|
||||
<strong>Email :</strong> {proposition.author_email}
|
||||
</span>
|
||||
<span>
|
||||
<strong>Créée le :</strong> {new Date(proposition.created_at).toLocaleDateString('fr-FR')}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex items-center space-x-2 ml-6">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user