demarches-normaliennes/app/views/instructeurs/procedures
Nicolas Bouilleaud 1505d45be1 Optimize notifications queries for badges by using exists?, not present?
`ActiveRecord::Relation.exists?` yields a SQL EXISTS query, while `present?` is a method of Enumerable, which needs the actual result array to be queried.
2019-09-25 14:10:00 +02:00
..
_dossier_actions.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
_download_dossiers.html.haml Enable export v2 for all 2019-08-14 12:53:51 +01:00
_header_field.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
email_notifications.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
index.html.haml Refactor Instructeur.notifications_* methods 2019-09-25 14:10:00 +02:00
show.html.haml Optimize notifications queries for badges by using exists?, not present? 2019-09-25 14:10:00 +02:00
stats.html.haml First attempt at procedure stats 2019-09-17 16:43:48 +02:00