Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div>
{% include 'scanpipe/includes/project_labels.html' with labels=project.labels.all only %}
</div>
<span class="has-text-grey is-size-7 is-block" title="{{ project.created_date|date:'N j, Y, P T' }}">Created {{ project.created_date|naturaltime }}</span>
<span class="has-text-grey is-size-7 is-block" title="{{ project.created_date|naturaltime }}">Created {{ project.created_date|date:'Y-m-d H:i' }}</span>
</th>
<td>
{% if project.discoveredpackages_count %}
Expand Down
5 changes: 2 additions & 3 deletions scanpipe/templates/scanpipe/project_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
</nav>
<div class="subtitle is-size-6">
<span class="has-text-grey">
<span title="{{ project.created_date|date:'N j, Y, P T' }}">
Created {{ project.created_date|naturaltime }}
</span>
<span title="{{ project.created_date|naturaltime }}">
Created {{ project.created_date|date:'Y-m-d H:i' }}</span>
</span>
{% include 'scanpipe/includes/project_labels.html' with labels=labels only %}
<a class="modal-button is-size-7" data-target="add-labels-modal" aria-haspopup="true">
Expand Down