summaryrefslogtreecommitdiff
path: root/app/views/admin/_drafts.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-05-01fixed linkhukl
2009-04-27seperated admin overview into partials. included recent changeshukl