summaryrefslogtreecommitdiff
path: root/app/views/assets/index.html.erb
AgeCommit message (Collapse)Author
2026-06-25Rails 4.2 view fixeserdgeist
- Replace :confirm => with :data => { :confirm => } in all link_to calls - Fix link_to_path helper: use content_path named route instead of hash-style routing - Fix admin/_menu.html.erb: use named routes for logout and admin index - Fix admin layout: load jquery/jquery_ujs before jquery-ui, remove duplicate jQuery 1.3.2 - Add csrf_meta_tags to admin layout
2009-08-31paginate assets viewhukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl