remove all A/B testing code no longer in use.

This commit is contained in:
Ralf Teusner
2018-08-09 15:14:52 +02:00
parent 2c5308d4cd
commit d9d3dc42d4
6 changed files with 30 additions and 141 deletions

View File

@@ -23,8 +23,7 @@ h1 = RequestForComment.model_name.human(count: 2)
th = t('activerecord.attributes.request_for_comments.last_update')
tbody
- @request_for_comments.each do |request_for_comment|
- do_not_answer = [:rfc_intervention_stale_rfc, :break_intervention_stale_rfc, :no_intervention_stale_rfc].include?(UserGroupSeparator.getInterventionGroup(request_for_comment.user)) and current_user.internal_user?
tr data-id=request_for_comment.id class=('do-not-answer' if do_not_answer)
tr data-id=request_for_comment.id
- if request_for_comment.solved?
td
span class="fa fa-check" aria-hidden="true"