diff options
| author | grothedev <grothedev@gmail.com> | 2025-02-21 02:55:48 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-02-21 02:55:48 -0600 |
| commit | e179da34d64ca9d48dc3a93c267cdbf796a1258a (patch) | |
| tree | 58c5974170b42a3b3f88a4642ee6617e3150d469 | |
| parent | 759dc9c2526c38f9237a24cab9f1b628b9dde73c (diff) | |
remove dummy tags
| -rw-r--r-- | resources/views/f.blade.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/f.blade.php b/resources/views/f.blade.php index 4ba18d9..a2abecb 100644 --- a/resources/views/f.blade.php +++ b/resources/views/f.blade.php @@ -254,7 +254,7 @@ <div style="margin-bottom: 15px;"> <label for="tags">Tags (comma separated):</label> - <input type="text" id="tags" name="tags" placeholder="e.g. work, document, important"> + <input type="text" id="tags" name="tags" placeholder="meme, infographic, ..."> </div> <input hidden name="response_format" value="html" /> @@ -327,7 +327,7 @@ <?php // In a real implementation, you would fetch tags for each file from database // This is just a placeholder for the example - $dummyTags = ['document', 'important', 'work']; + /*$dummyTags = ['document', 'important', 'work']; if (!$item['is_dir'] && mt_rand(0, 2) > 0) { $numTags = mt_rand(1, 3); $shuffled = $dummyTags; @@ -337,7 +337,7 @@ foreach ($fileTags as $tag) { echo '<span class="file-tag">' . $tag . '</span>'; } - } + }*/ ?> </td> <td class="file-actions"> |
