diff --git a/app/views/bids/_homework_list.html.erb b/app/views/bids/_homework_list.html.erb index cc4672ea6..0a40e3d0e 100644 --- a/app/views/bids/_homework_list.html.erb +++ b/app/views/bids/_homework_list.html.erb @@ -5,9 +5,6 @@
<%= l(:label_task_plural)%> | - - -
<%= text_field_tag 'student_id', params[:student_id], :size => 30 %>
diff --git a/app/views/projects/_course.html.erb b/app/views/projects/_course.html.erb
index c3a1b9d78..614710556 100644
--- a/app/views/projects/_course.html.erb
+++ b/app/views/projects/_course.html.erb
@@ -14,13 +14,13 @@
<%= content_tag('span', "#{l(:label_institution_name)}:", :class => "course-font")%> + <% @admin = @project.project_infos%> <%if @admin&&@admin.first&&@admin.first.user&&@admin.first.user.user_extensions%> <%= @admin.first.user.user_extensions.occupation %> <% end %> <%= content_tag('div', "#{l(:field_teacher_name)}:", :class => "info course-font teacher") %> - <% @admin = @project.project_infos%> <% if @admin.size > 0 %> <%= content_tag('a', @admin.collect{|u| link_to(u.user.lastname+u.user.firstname, user_path(u.user_id))}.join(", ").html_safe) %> <% end %> |