Unsere Instruktoren
<% @instructors.each do |instructor| %>
<% if instructor.avatar.attached? %>
<% else %>
<% end %>
<% end %>
<%= render 'shared/instructor-edit', instructor: instructor %>
<%= render 'shared/instructor-avatar', instructor: instructor %>
<%= render 'shared/instructor-edit', instructor: instructor %>
<%= render 'shared/instructor-avatar', instructor: instructor %>