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
Incidents
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
a2c0978e
Commit
a2c0978e
authored
Nov 02, 2014
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
display 20 most recent plays
parent
9d62fedb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
nonstop/templates/nonstop/artist_detail.html
nonstop/templates/nonstop/artist_detail.html
+1
-1
nonstop/templates/nonstop/track_detail.html
nonstop/templates/nonstop/track_detail.html
+1
-1
No files found.
nonstop/templates/nonstop/artist_detail.html
View file @
a2c0978e
...
...
@@ -7,7 +7,7 @@
{% block content %}
<ul
class=
"soma-list"
>
{% for somalog in object.recent_diffusions|slice:":
1
0" %}
{% for somalog in object.recent_diffusions|slice:":
2
0" %}
<li><span
class=
"timestamp"
>
{{ somalog.play_timestamp|date:"d/m/Y H:i" }}
</span>
:
{% if somalog.filepath.track %}
<a
href=
"{{ somalog.filepath.track.get_absolute_url }}"
class=
"tracktitle"
>
{{ somalog.filepath.track.title }}
</a>
...
...
nonstop/templates/nonstop/track_detail.html
View file @
a2c0978e
...
...
@@ -7,7 +7,7 @@
{% block content %}
<ul
class=
"soma-list"
>
{% for somalog in object.recent_diffusions|slice:":
1
0" %}
{% for somalog in object.recent_diffusions|slice:":
2
0" %}
<li><span
class=
"timestamp"
>
{{ somalog.play_timestamp|date:"d/m/Y H:i" }}
</span>
:
{% if somalog.filepath.track %}
<a
href=
"{{ somalog.filepath.track.get_absolute_url }}"
class=
"tracktitle"
>
{{ somalog.filepath.track.title }}
</a>
...
...
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