Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
django-panik-nonstop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
django-panik-nonstop
Commits
0497e624
Commit
0497e624
authored
Feb 26, 2015
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include a class marking if tracks were on air
parent
6433d60c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nonstop/templates/nonstop/somalogline_archive_day.html
nonstop/templates/nonstop/somalogline_archive_day.html
+1
-1
No files found.
nonstop/templates/nonstop/somalogline_archive_day.html
View file @
0497e624
...
...
@@ -15,7 +15,7 @@
<ul
class=
"soma-list"
>
{% for somalog in object_list %}
<li><span
class=
"timestamp"
>
{{ somalog.play_timestamp|date:"H:i" }}
</span>
:
<li
class=
"on-air-{{ somalog.on_air }}"
><span
class=
"timestamp"
>
{{ somalog.play_timestamp|date:"H:i" }}
</span>
:
{% if somalog.filepath.track %}
<a
href=
"{{ somalog.filepath.track.get_absolute_url }}"
class=
"tracktitle"
>
{{ somalog.filepath.track.title }}
</a>
<span
class=
"trackartist"
>
(
<a
href=
"{{ somalog.filepath.track.artist.get_absolute_url }}"
class=
"trackartist"
>
{{ somalog.filepath.track.artist.name }}
</a>
)
</span>
...
...
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