Changeset 840
- Timestamp:
- 04/19/08 12:54:40 (4 months ago)
- Files:
-
- trunk/prototype/admin/_layout.haml (modified) (1 diff)
- trunk/prototype/admin/pages/clear_cache.redirect (added)
- trunk/prototype/admin/pages/index.haml (modified) (1 diff)
- trunk/prototype/admin/pages/index_after_pages_removed.haml (added)
- trunk/prototype/admin/pages/index_with_cleared_cache.haml (added)
- trunk/prototype/admin/pages/remove.haml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/prototype/admin/_layout.haml
r755 r840 44 44 %hr{:class=>"hidden"}/ 45 45 #main 46 = yield :flash_message 46 47 #content 47 48 = yield trunk/prototype/admin/pages/index.haml
r755 r840 157 157 %img{:src=>"/admin/images/remove.png", :alt=>"remove page"}/ 158 158 159 %form{:action=>"/admin/ cache/clear", :method=>"post"}159 %form{:action=>"/admin/pages/clear_cache", :method=>"post"} 160 160 %p 161 161 %input{:type=>"image", :src=>"/admin/images/clear-page-cache.png"}/
