diff --git a/tutor/app/views/lecturers/index.html.erb b/tutor/app/views/lecturers/index.html.erb index 05ef7fb7..5f5422ef 100644 --- a/tutor/app/views/lecturers/index.html.erb +++ b/tutor/app/views/lecturers/index.html.erb @@ -3,6 +3,6 @@ CoolSoft - Java Tutor -

I am a lecturer

+

lecturers Index

\ No newline at end of file diff --git a/tutor/app/views/lecturers/show.html.erb b/tutor/app/views/lecturers/show.html.erb index f4e83c4e..ed7b0f53 100644 --- a/tutor/app/views/lecturers/show.html.erb +++ b/tutor/app/views/lecturers/show.html.erb @@ -68,7 +68,7 @@ CoolSoft - Java tutor | <%= @lecturer.id%>'s Profile -

<%= @lecturer.name%>'s Profile

+

<%= image_tag(@lecturer.profile_image_url.to_s) if @lecturer.profile_image? %> <%= @lecturer.name%>'s Profile