Skip to content

Commit

Permalink
Issue #206 Modified Info tab
Browse files Browse the repository at this point in the history
  • Loading branch information
serag committed Apr 22, 2014
1 parent 455ddaf commit 15684be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tutor/app/views/lecturers/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</ul>
<div class="tab-content">
<div id="tab1" class="tab active">
<p> <%= @lecturer.name%> </p>
<p> <%= @lecturer.email%> </p>
<p> <b>Name:</b> <%= @lecturer.name%> </p>
<p> <b>Email:</b> <%= @lecturer.email%> </p>
</div>
<div id="tab2" class="tab">
<p> @lecturer.getStat() "to be reviewed" </p>
Expand Down
4 changes: 2 additions & 2 deletions tutor/app/views/students/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</ul>
<div class="tab-content">
<div id="tab1" class="tab active">
<p> <%= @student.name%> </p>
<p> <%= @student.email%> </p>
<p> <b>Name:</b> <%= @student.name%> </p>
<p> <b>Email:</b> <%= @student.email%> </p>
</div>
<div id="tab2" class="tab">
<p> @student.getStat() "to be reviewed" </p>
Expand Down
4 changes: 2 additions & 2 deletions tutor/app/views/teaching_assistants/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</ul>
<div class="tab-content">
<div id="tab1" class="tab active">
<p> <%= @teaching_assistant.name%> </p>
<p> <%= @teaching_assistant.email%> </p>
<p> <b>Name:</b> <%= @teaching_assistant.name%> </p>
<p> <b>Email:</b> <%= @teaching_assistant.email%> </p>
</div>
<div id="tab2" class="tab">
<p> @teaching_assistant.getStat() "to be reviewed" </p>
Expand Down

0 comments on commit 15684be

Please sign in to comment.