blob: b3c489e74e5cadd73247c28aecf8a6207a6cc0e8 (
plain)
1
2
3
4
5
6
|
- content_for :title, t("generic_files.index.page_title")
- if @generic_files && @generic_files.count > 0
= render "index_core", :generic_files => @generic_files
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => GenericFile}
|