add basic functionality of plugin
This commit is contained in:
parent
6dbf768bfb
commit
14540d4cf9
13 changed files with 1954 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
/ insert_after 'erb:contains("file_field")'
|
||||
- if FoodsoftArticleImport.enabled?
|
||||
%label(for="articles_file")
|
||||
%strong="select the file type you are about to upload"
|
||||
=f.collection_select :type, FoodsoftArticleImport::FORMATS , :to_s, :to_s
|
||||
Loading…
Add table
Add a link
Reference in a new issue