Skip to content

Commit

Permalink
Issue #206 final point mixed with statistics of Mahdi
Browse files Browse the repository at this point in the history
  • Loading branch information
serag committed Apr 23, 2014
1 parent a1c4841 commit c2ff0a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions tutor/app/views/lecturers/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ul class="tab-links">
<li class="active"><a href="#tab1">Course</a></li>
<li><a href="#tab2">Info</a></li>
<li><a href="#tab3">Statistics</a></li>
</ul>
<div class="tab-content">
<div id="tab1" class="tab active">
Expand Down Expand Up @@ -41,9 +40,6 @@
<p> <b>Name:</b> <%= @lecturer.name %> </p>
<p> <b>Email:</b> <%= @lecturer.email %> </p>
</div>
<div id="tab3" class="tab">
<p> @lecturer.getStat() "to be reviewed" </p>
</div>
</div>
</div>
</body>
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 @@ -9,7 +9,7 @@
<ul class="tab-links">
<li class="active"><a href="#tab1">Course</a></li>
<li><a href="#tab2">Info</a></li>
<li><a href="#tab3">Statistics</a></li>
<li><a href="#tab3">Performance</a></li>
</ul>
<div class="tab-content">
<div id="tab1" class="tab active">
Expand Down Expand Up @@ -42,7 +42,7 @@
<p> <b>Email:</b> <%= @student.email %> </p>
</div>
<div id="tab3" class="tab">
<p> @student.getStat() "to be reviewed" </p>
<%= link_to "Statistics", { :controller => 'students', :action => 'get_performance', :id => @student.id }, :method => :get, class: "btn btn-success" %>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions tutor/app/views/teaching_assistants/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ul class="tab-links">
<li class="active"><a href="#tab1">Course</a></li>
<li><a href="#tab2">Info</a></li>
<li><a href="#tab3">Statistics</a></li>
</ul>
<div class="tab-content">
<div id="tab1" class="tab active">
Expand Down Expand Up @@ -41,9 +40,6 @@
<p> <b>Name:</b> <%= @teaching_assistant.name %> </p>
<p> <b>Email:</b> <%= @teaching_assistant.email %> </p>
</div>
<div id="tab3" class="tab">
<p> @teaching_assistant.getStat() "to be reviewed" </p>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit c2ff0a2

Please sign in to comment.