Feat: add class page
This commit is contained in:
		| @@ -67,13 +67,14 @@ | ||||
|                     Modifier | ||||
|                 </a> | ||||
|                  | ||||
|                 <button onclick="confirmDeleteClass('{{ class.id }}', '{{ class.name }}', {{ class.students|length }}, {{ class.assessments|length }})"  | ||||
|                         class="flex-1 text-center text-gray-500 hover:text-red-700 text-xs font-medium transition-colors flex items-center justify-center py-2 hover:bg-red-50 rounded-lg"> | ||||
|                 <a href="{{ url_for('classes.dashboard', id=class.id) }}"  | ||||
|                    class="flex-1 text-center text-gray-600 hover:text-green-700 text-xs font-medium transition-colors flex items-center justify-center py-2 hover:bg-green-50 rounded-lg"> | ||||
|                     <svg class="w-4 h-4 mr-1" fill="currentColor" viewBox="0 0 20 20"> | ||||
|                         <path fill-rule="evenodd" d="M9 2a1 1 0 00-.894.553L7.382 4H4a1 1 0 000 2v10a2 2 0 002 2h8a2 2 0 002-2V6a1 1 0 100-2h-3.382l-.724-1.447A1 1 0 0011 2H9zM7 8a1 1 0 012 0v6a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V8a1 1 0 00-1-1z" clip-rule="evenodd"/> | ||||
|                         <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"/> | ||||
|                         <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"/> | ||||
|                     </svg> | ||||
|                     Supprimer | ||||
|                 </button> | ||||
|                     Voir | ||||
|                 </a> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user