Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
spn-website
Commits
92b923cb
Commit
92b923cb
authored
May 09, 2018
by
Hubert Denkmair
Browse files
tidy highscore
parent
5364dcfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
highscore/templates/highscore/table.html
View file @
92b923cb
...
...
@@ -8,7 +8,7 @@
{% block content %}
<h2>
Highscores
</h2>
<table
class=
"highscore-table ui celled selectable inverted table"
cellspacing=
"0"
>
<table
class=
"highscore-table ui celled selectable inverted table"
cellspacing=
"0"
style=
"margin-bottom:5em"
>
<thead>
<tr>
<th
class=
"eleven wide"
>
User
</th>
...
...
@@ -19,7 +19,7 @@
{% for score in highscores %}
<tr>
<td>
{{score.user__username}}
</td>
<td
class=
"right aligned"
>
{{score.score}}
</td>
<td
class=
"right aligned"
>
{{score.score
|floatformat:1
}}
</td>
</tr>
{% endfor %}
</tbody>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment