forked from rc/aircox
code quality
This commit is contained in:
@ -69,5 +69,3 @@ Context variables:
|
||||
{% block actions %}{% endblock %}
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -44,5 +44,3 @@ An empty date results to a title or a separator
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -8,4 +8,3 @@ Context:
|
||||
{% include "aircox/widgets/episode_item.html" %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
||||
|
@ -19,4 +19,3 @@ Context:
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
@ -56,4 +56,3 @@ Context variables:
|
||||
</button>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -20,4 +20,3 @@ for design review.
|
||||
{% include "aircox/widgets/track_item.html" %}
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
|
||||
|
@ -28,4 +28,3 @@ Context:
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% endwith %}
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
{% block card_title %}
|
||||
{% block title %}{{ block.super }}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -24,5 +24,3 @@ Context:
|
||||
</ul>
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -46,4 +46,3 @@ The audio player
|
||||
</template>
|
||||
</a-player>
|
||||
</div>
|
||||
|
||||
|
@ -15,4 +15,3 @@ List item for a podcast.
|
||||
:actions="['play']">
|
||||
</a-sound-item>
|
||||
</div>
|
||||
|
||||
|
@ -11,4 +11,3 @@ Context:
|
||||
— {{ object.artist }}
|
||||
{% if object.info %}(<i>{{ object.info }}</i>){% endif %}
|
||||
</span>
|
||||
|
||||
|
Reference in New Issue
Block a user