This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
CCrypto
/
ccvpn3
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
use flat-table for tickets (fix dark bg)
master
alice
1 year ago
parent
949cc05b82
commit
b98080553a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/tickets/index.html
+1
-1
templates/tickets/list.html
+ 1
- 1
templates/tickets/index.html
View File
@@ -16,7 +16,7 @@
</div>
{% if tickets %}
<table class="
admin-list
">
<table class="
flat-table
">
<thead>
<tr>
<td>#{% trans 'ID' %}</td>
+ 1
- 1
templates/tickets/list.html
View File
@@ -6,7 +6,7 @@
{% block helpdesk_body %}
{% if tickets %}
<table class="
admin-list
">
<table class="
flat-table
">
<thead>
<tr>
<td>#{% trans 'ID' %}</td>
Write
Preview
Loading…
Cancel
Save