diff --git a/app/views/moderations/index.html.haml b/app/views/moderations/index.html.haml index d153a2d9..303468e5 100644 --- a/app/views/moderations/index.html.haml +++ b/app/views/moderations/index.html.haml @@ -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'