Commit 51e3d0e 1 parent 93d2a0b commit 51e3d0e Copy full SHA for 51e3d0e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ <h4>{{ _('About') }}</h4>
46
46
{% endif %}
47
47
48
48
{% if rating %}
49
- < h4 > Rating History </ h4 >
49
+ < h4 > Rating history </ h4 >
50
50
< div id ="rating-chart ">
51
51
< canvas > </ canvas >
52
52
</ div >
Original file line number Diff line number Diff line change 32
32
33
33
{% block user_content %}
34
34
{% if pp_breakdown %}
35
- < h3 class ="pp-breakdown-header "> {{ _('Points Breakdown ') }}</ h3 >
35
+ < h3 class ="pp-breakdown-header "> {{ _('Points breakdown ') }}</ h3 >
36
36
< div id ="submissions-table " class ="pp-table table ">
37
37
{% include "user/pp-table-body.html" %}
38
38
</ div >
@@ -48,7 +48,7 @@ <h3 class="pp-breakdown-header">{{ _('Points Breakdown') }}</h3>
48
48
{% if authored %}
49
49
< div class ="user-problem-group ">
50
50
< h3 class ="unselectable toggle closed ">
51
- < span class ="fa fa-chevron-right fa-fw "> </ span > {{ _('Authored Problems ') }} ({{ authored|length }})
51
+ < span class ="fa fa-chevron-right fa-fw "> </ span > {{ _('Authored problems ') }} ({{ authored|length }})
52
52
</ h3 >
53
53
< table style ="display: none " class ="table toggled ">
54
54
< thead >
You can’t perform that action at this time.
0 commit comments