Skip to content
Snippets Groups Projects
Commit e33f8eca authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch '139-remove-the-option-for-lecturers-and-moderators-to-rate-questions' into 'master'

Show voting-score moderators too

Closes #139

See merge request arsnova/frag.jetzt!145
parents 95a7db97 7c16d0a7
No related merge requests found
......@@ -78,7 +78,7 @@
<mat-icon class="voting-icon" [ngClass]="{'downVoted' : hasVoted === -1}">keyboard_arrow_down</mat-icon>
</button>
</div>
<div *ngIf="isCreator" fxLayout="column" fxLayoutAlign="center">
<div *ngIf="!isStudent" fxLayout="column" fxLayoutAlign="center">
<span class="scoreCreator">{{comment.score}}</span>
</div>
</div>
......@@ -98,6 +98,6 @@
</div>
<div id="comment_delete{{ comment.id }}">{{'comment-page.a11y-comment_delete' | translate}}</div>
<div id="comment_moderation{{ comment.id }}">{{'comment-page.a11y-comment_moderation' | translate}}</div>
<div *ngIf="isCreator" id="comment_vote_up{{ comment.id }}">{{'comment-page.a11y-comment_vote_up' | translate}}</div>
<div *ngIf="isCreator" id="comment_vote_down{{ comment.id }}">{{'comment-page.a11y-comment_vote_down' | translate}}</div>
<div *ngIf="isStudent" id="comment_vote_up{{ comment.id }}">{{'comment-page.a11y-comment_vote_up' | translate}}</div>
<div *ngIf="isStudent" id="comment_vote_down{{ comment.id }}">{{'comment-page.a11y-comment_vote_down' | translate}}</div>
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment