mirror of
https://github.com/itflow-org/itflow
synced 2026-07-30 20:27:16 +00:00
Remove _details and use singular filename for certain objects
This commit is contained in:
@@ -866,7 +866,7 @@ $num_root_items = intval($row_root_files['num']) + intval($row_root_docs['num'])
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<a href="document_details.php?client_id=<?php echo $client_id; ?>&document_id=<?php echo $document_id; ?>">
|
||||
<a href="document.php?client_id=<?php echo $client_id; ?>&document_id=<?php echo $document_id; ?>">
|
||||
<div class="media">
|
||||
<i class="fa fa-fw fa-2x fa-file-alt text-dark mr-3"></i>
|
||||
<div class="media-body">
|
||||
|
||||
Reference in New Issue
Block a user