Skip to content

Commit b81d686

Browse files
committed
Adding example input to editor categories. Closes #1413
1 parent 4d4f902 commit b81d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/editors/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<div class="col">
8686
<%= f.label :category_list, "Categories (comma or space separated)" %>
87-
<%= f.text_field :category_list, class: "form-control" %>
87+
<%= f.text_field :category_list, placeholder: "e.g., machine learning, image analysis, object detection", class: "form-control" %>
8888
</div>
8989
</div>
9090
</div>

0 commit comments

Comments
 (0)