mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-31 04:12:15 +00:00
Moved grouping logic to view, and added time to stream
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="media">
|
||||
{% for version in object_list %}
|
||||
|
||||
{% ifchanged version.revision.user %}
|
||||
{% if not version.withPrevious %}
|
||||
{% if not forloop.first %}
|
||||
</div> {#/.media-body#}
|
||||
</div> {#/.media#}
|
||||
@@ -24,8 +24,11 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<h5>{{ version.revision.user.name }}</h5>
|
||||
{% endifchanged %}
|
||||
<h5>{{ version.revision.user.name }}
|
||||
<span class="pull-right"><small><span class="date" data-date="{{version.revision.date_created}}"></span></small></span>
|
||||
</h5>
|
||||
|
||||
{% endif %}
|
||||
<p>
|
||||
<small>
|
||||
{% if version.old == None %}
|
||||
|
||||
Reference in New Issue
Block a user