Skip to content

Commit

Permalink
fix: Hound whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaudouinjr committed Aug 18, 2020
1 parent 1ef5967 commit 083c7f9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/views/manage/questionnaires/_history.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
= render "model_history", model: @questionnaire, audits: @questionnaire.audits + @questionnaire.user.audits

-# Stubbed for HM-2.1
-#.col-lg-6
-#.card.mb-3
-#.card-header Recent Email Events
-#.card-body
-#- email_provider = Rails.application.config.action_mailer.delivery_method
-#- if email_provider == :sendgrid_actionmailer
-#.email-events{ data: { url: message_events_manage_questionnaire_path(@questionnaire) } }
-#%em Email events not available at this time.
-#- else
-#%p.alert.alert-info
-# .col-lg-6
-# .card.mb-3
-# .card-header Recent Email Events
-# .card-body
-# - email_provider = Rails.application.config.action_mailer.delivery_method
-# - if email_provider == :sendgrid_actionmailer
-# .email-events{ data: { url: message_events_manage_questionnaire_path(@questionnaire) } }
-# %em Email events not available at this time.
-# - else
-# %p.alert.alert-info
-# Not supported with current email provider (#{email_provider})

0 comments on commit 083c7f9

Please sign in to comment.