summaryrefslogtreecommitdiff
path: root/resources/views/f.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/f.blade.php')
-rw-r--r--resources/views/f.blade.php6
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">