Merge pull request #200 from openHPI/remove-ab-tests

Remove ab tests
This commit is contained in:
rteusner
2018-11-15 18:02:34 +01:00
committed by GitHub
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"