Skip to content

Commit

Permalink
Update app/views/course_members/_members_table.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Charlotte Van Petegem <[email protected]>
  • Loading branch information
BTWS2 and chvp authored Feb 4, 2022
1 parent 9e23f94 commit 9baf9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/course_members/_members_table.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<td>
<% if course_membership.course_admin? %>
<i class="mdi mdi-school course-mdi-icon mdi-18" title='<%= t "users.users_table.course_admin" %>'></i>
<% elsif user.staff? || user.zeus? %>
<% elsif user.admin? %>
<span class="mdi mdi-alert mdi-18" data-bs-toggle="tooltip" data-bs-placement="top" title="<%= t(".teacher_rights") %>"></span>
<% end %>
<% if user.username.blank? %>
Expand Down

0 comments on commit 9baf9db

Please sign in to comment.