Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
d4fcd194
Commit
d4fcd194
authored
Jun 02, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix color in list news
parent
605b89e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
list_news.html
esi/templates/list_news.html
+4
-4
No files found.
esi/templates/list_news.html
View file @
d4fcd194
...
...
@@ -52,19 +52,19 @@
<th>
<span>
Title
</span>
</th>
<th><a
href=
"?order_by=media_id{% if request.GET.order_by == 'media_id' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
<th><a
class=
"text-white"
href=
"?order_by=media_id{% if request.GET.order_by == 'media_id' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
Media {% if request.GET.order_by == 'media_id' and request.GET.reverse != '1' %}
↑
{% elif request.GET.order_by == 'media_id' and request.GET.reverse == '1' %}
↓
{% endif %}
</a></th>
<th><a
href=
"?order_by=type_id{% if request.GET.order_by == 'type_id' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
<th><a
class=
"text-white"
href=
"?order_by=type_id{% if request.GET.order_by == 'type_id' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
Type {% if request.GET.order_by == 'type_id' and request.GET.reverse != '1' %}
↑
{% elif request.GET.order_by == 'type_id' and request.GET.reverse == '1' %}
↓
{% endif %}
</a></th>
<th><a
href=
"?order_by=region_id{% if request.GET.order_by == 'region_id' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
<th><a
class=
"text-white"
href=
"?order_by=region_id{% if request.GET.order_by == 'region_id' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
Region {% if request.GET.order_by == 'region_id' and request.GET.reverse != '1' %}
↑
{% elif request.GET.order_by == 'region_id' and request.GET.reverse == '1' %}
↓
{% endif %}
</a></th>
<th><a
href=
"?order_by=publish_date{% if request.GET.order_by == 'publish_date' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
<th><a
class=
"text-white"
href=
"?order_by=publish_date{% if request.GET.order_by == 'publish_date' and request.GET.reverse != '1' %}&reverse=1{% endif %}"
>
Publish date {% if request.GET.order_by == 'publish_date' and request.GET.reverse != '1' %}
↑
{% elif request.GET.order_by == 'publish_date' and request.GET.reverse == '1' %}
↓
{% endif %}
</a></th>
</tr>
...
...
Write
Preview
Markdown
is supported
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