Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Postal Owl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Postal Owl
Postal Owl
Merge requests
!1
Student grading
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Student grading
student-grading
into
master
Overview
38
Commits
7
Changes
2
Merged
Martin Mareš
requested to merge
student-grading
into
master
4 years ago
Overview
31
Commits
7
Changes
2
0
0
Merge request reports
Viewing commit
f822d7cf
Show latest version
2 files
+
8
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
f822d7cf
Links converted to buttons
· f822d7cf
Václav Končický
authored
4 years ago
templates/topic-grade.html
+
3
−
1
View file @ f822d7cf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,7 +4,9 @@
{% set t=g.topic %}
<h2>
Grade {{t.title}}
</h2>
<p><a
href=
'{{ url_for('
course_index
',
cident=
c.ident)
}}'
>
Return to course
</a>
<div
class=
"buttons"
>
<span
class=
"button"
><a
href=
'{{ url_for('
course_index
',
cident=
c.ident)
}}'
>
Return to course
</a></span>
</div>
<table
class=
results
>
<tr><th
class=
'tbeforehdr'
>
Full name
Loading