Commit 496c4f99 authored by SpinShare's avatar SpinShare

fixed song page being broken

parent ce85d702
...@@ -106,13 +106,13 @@ ...@@ -106,13 +106,13 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
{% if song.updateDate|date("Y") > 2000 && song.uploadDate|date("dS F Y") != "now"|date("dS F Y") %} {% if song.updateDate|date("Y") > 2000 %}
<div class="stat"> <div class="stat">
<div class="icon"> <div class="icon">
<i class="mdi mdi-pencil"></i> <i class="mdi mdi-pencil"></i>
</div> </div>
<div class="content"> <div class="content">
{{ song.updateDate|date("dS F Y") }} {{ song.updateDate|date("dS F Y") }} || {{ song.updateDate }}
</div> </div>
</div> </div>
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment