Skip to content
Extraits de code Groupes Projets
Valider b3a07f16 rédigé par echarp's avatar echarp
Parcourir les fichiers

La page de modération évolue visuellement

parent f84df7f6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -9,7 +9,10 @@
%thead
%tr
%th= Event.human_attribute_name :title
%th=t '.date'
%th
= Event.human_attribute_name :start_time
\-
= Event.human_attribute_name :end_time
%th= Event.human_attribute_name :city
%th= Event.human_attribute_name :related_region
%th= Event.human_attribute_name :submission_time
......@@ -43,13 +46,13 @@
= link_to refuse_moderation_path event do
%em.fa.fa-thumbs-down
=t 'refuse'
%br/
\-
= link_to new_moderation_note_path event, envoiParMail: :oui do
%em.fa.fa-bullhorn
=t '.askInfos'
%br/
\-
= link_to new_moderation_note_path event do
%em.fa.fa-files-o
%em.fa.fa-paperclip
=t '.createNote'
- event.notes.each do |note|
......@@ -62,4 +65,7 @@
author: "#{note.author.firstname} #{note.author.lastname}",
date: l(note.date, format: :at) rescue nil
.logout= link_to t('logout'), destroy_user_session_path, method: :delete
.logout
= link_to destroy_user_session_path, method: :delete do
%em.fa.fa-sign-out
=t 'logout'
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter