Commit 4a9f341096bb172c58141dd04f94a47f3404efbf

Authored by Braulio Bhavamitra
1 parent 5b9200ed
Exists in fix_sign_up_form

cms/edit: format tag list properly for inputosaurus

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/cms/edit.html.erb
... ... @@ -34,7 +34,7 @@
34 34  
35 35 <br />
36 36  
37   - <%= f.text_field('tag_list', :size => 64) %>
  37 + <%= f.text_field 'tag_list', size: 64, value: @article.tag_list.join(',') %>
38 38 <%= content_tag( 'small', _('Separate tags with commas') ) %>
39 39  
40 40 <script>
... ...