removed a few labels and unused files
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
<input type="hidden" name="action" value="list">
|
||||
<input type="hidden" name="filter" value="{{ filter|default('') }}">
|
||||
<button class="button ghost compact" type="submit">Back to vault</button>
|
||||
<button class="button ghost compact" type="submit">Back to bouquet</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="detail-heading">
|
||||
<span class="entry-icon large" aria-hidden="true">{{ flower.organization[:1]|upper }}</span>
|
||||
<div>
|
||||
<p class="eyebrow">Credential</p>
|
||||
<p class="eyebrow">Flower</p>
|
||||
<h1>{{ flower.organization }}</h1>
|
||||
{% if flower.dateCreated not in ('STORED', 'FAILED') %}<p class="muted">Version from {{ flower.dateCreated[:10] }}</p>{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user