mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Remove _details, fix plural and singular file naming in admin, update admin post to match agent post
This commit is contained in:
@@ -68,7 +68,7 @@ $num_rows = mysqli_num_rows($sql);
|
||||
<td><?php echo $url; ?></td>
|
||||
<td><?php echo $key; ?></td>
|
||||
<td class="text-center">
|
||||
<a class="badge badge-dark badge-pill p-2" href="ai_model.php"><?= $ai_model_count ?></a>
|
||||
<a class="badge badge-dark badge-pill p-2" href="ai_models.php"><?= $ai_model_count ?></a>
|
||||
<td>
|
||||
<div class="dropdown dropleft text-center">
|
||||
<button class="btn btn-secondary btn-sm" type="button" data-toggle="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user