app/views/user_notifier/rejection_of.html.haml

Summary

Maintainability
Test Coverage
= @user.user_name
,

\#{t 'user_notifier.rejection_of.description', :revision => @revision, :flag => SystemSetting.rejected_flag}

\#{@url}
- if !@message.blank?
  = t 'user_notifier.rejection_of.reason'
  = @message
= render 'email_footer'