Skip to content

Commit

Permalink
remove logs and old stats page (in HTML)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Sep 13, 2023
1 parent 9d6f61c commit 1bd4483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/class-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ <h1>{{ class_info.name }}</h1><span class="cursor-pointer" onclick='hedyApp.rena
<button class="green-btn" id="add-student" onclick=$('#add_students_options').toggle();$(this).toggleClass('green-btn');$(this).toggleClass('blue-btn');>{{_('add_students')}}</button>
<button class="green-btn" id="customize-class-button" data-cy="customize_class_button" onclick="window.location.href = '/for-teachers/customize-class/{{class_info.id}}'">{{_('customize_class')}}</button>
{% endif %}
<button class="green-btn" id="stats_button" onclick="window.location.href = '/stats/class/{{class_info.id}}'">{{_('class_stats')}}</button>
<button class="green-btn" id="logs_button" onclick="window.location.href = '/logs/class/{{class_info.id}}'">{{_('class_logs')}}</button>
<button class="green-btn" id="grid_overview_button" onclick="window.location.href = '/grid_overview/class/{{class_info.id}}'">{{_('grid_overview')}}</button>
</div>
<div class="flex ltr:ml-auto rtl:mr-auto">
Expand Down

0 comments on commit 1bd4483

Please sign in to comment.