mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 17:00:40 +00:00
Remove _details, fix plural and singular file naming in admin, update admin post to match agent post
This commit is contained in:
@@ -87,7 +87,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="text-dark" href="project_template_details.php?project_template_id=<?= $project_template_id ?>">
|
||||
<a class="text-dark" href="project_template.php?project_template_id=<?= $project_template_id ?>">
|
||||
<div class="media">
|
||||
<i class="fa fa-fw fa-2x fa-project-diagram mr-3"></i>
|
||||
<div class="media-body">
|
||||
|
||||
Reference in New Issue
Block a user