From 56ce8651d22070aca629489cf8587b13ee42836c Mon Sep 17 00:00:00 2001 From: serag Date: Wed, 23 Apr 2014 01:47:25 +0200 Subject: [PATCH] Issue #206 fixed indentations --- tutor/app/views/lecturers/index.html.erb | 1 + tutor/app/views/lecturers/show.html.erb | 1 + tutor/app/views/students/index.html.erb | 1 + tutor/app/views/students/show.html.erb | 1 + tutor/app/views/teaching_assistants/index.html.erb | 1 + tutor/app/views/teaching_assistants/show.html.erb | 1 + 6 files changed, 6 insertions(+) diff --git a/tutor/app/views/lecturers/index.html.erb b/tutor/app/views/lecturers/index.html.erb index 5f5422ef..caa85295 100644 --- a/tutor/app/views/lecturers/index.html.erb +++ b/tutor/app/views/lecturers/index.html.erb @@ -2,6 +2,7 @@ CoolSoft - Java Tutor +

lecturers Index

diff --git a/tutor/app/views/lecturers/show.html.erb b/tutor/app/views/lecturers/show.html.erb index 1004f0f9..43458374 100644 --- a/tutor/app/views/lecturers/show.html.erb +++ b/tutor/app/views/lecturers/show.html.erb @@ -2,6 +2,7 @@ CoolSoft - Java tutor | <%= @lecturer.id%>'s Profile +

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

diff --git a/tutor/app/views/students/index.html.erb b/tutor/app/views/students/index.html.erb index 1b3cf910..41f1318b 100644 --- a/tutor/app/views/students/index.html.erb +++ b/tutor/app/views/students/index.html.erb @@ -2,6 +2,7 @@ CoolSoft - Java Tutor +

students Index

diff --git a/tutor/app/views/students/show.html.erb b/tutor/app/views/students/show.html.erb index 64e2575c..0742420e 100644 --- a/tutor/app/views/students/show.html.erb +++ b/tutor/app/views/students/show.html.erb @@ -2,6 +2,7 @@ CoolSoft - Java tutor | <%= @student.id%>'s Profile +

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

diff --git a/tutor/app/views/teaching_assistants/index.html.erb b/tutor/app/views/teaching_assistants/index.html.erb index 1a3cd106..50613671 100644 --- a/tutor/app/views/teaching_assistants/index.html.erb +++ b/tutor/app/views/teaching_assistants/index.html.erb @@ -2,6 +2,7 @@ CoolSoft - Java Tutor +

Teaching Assistants Index

diff --git a/tutor/app/views/teaching_assistants/show.html.erb b/tutor/app/views/teaching_assistants/show.html.erb index 8d2f5fda..91316e1c 100644 --- a/tutor/app/views/teaching_assistants/show.html.erb +++ b/tutor/app/views/teaching_assistants/show.html.erb @@ -2,6 +2,7 @@ CoolSoft - Java tutor | <%= @teaching_assistant.id%>'s Profile +

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