Skip to content

Commit cc63b22

Browse files
committed
[browsermedia#623] Tag List
* Replace verbose tag list with short hand method.
1 parent 998904d commit cc63b22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<%= f.input :name %>
22
<%= f.input :file, hint: "Select a file to upload.", as: :file_picker %>
3-
<%= f.input :tag_list, as: :tag_list, label: "Tags", input_html: {autocomplete: 'off'}, hint: "A space separated list of tags." %>
3+
<%= f.cms_tag_list %>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<%= f.input :name %>
22
<%= f.input :content, as: :text_editor %>
3-
<%= f.input :tag_list, as: :tag_list, label: "Tags", input_html: {autocomplete: 'off'}, hint: "A space separated list of tags." %>
3+
<%= f.cms_tag_list %>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<%= f.input :name %>
22
<%= f.input :file, label: "Image", hint: "Select a file to upload.", as: :file_picker %>
3-
<%= f.input :tag_list, as: :tag_list, label: "Tags", input_html: {autocomplete: 'off'}, hint: "A space separated list of tags." %>
3+
<%= f.cms_tag_list %>

0 commit comments

Comments
 (0)