Integrate snipContent more tightly into snip and cleanup old code
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<p class="card-text text-muted">
|
||||
Current version: {{ activeVersion }}
|
||||
{% if activeVersion == latestVersion %}(latest){% endif %}
|
||||
Current version: {{ snip.activeVersion.id }}
|
||||
{% if snip.activeVersion == snip.latestVersion %}(latest){% endif %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user