- Timestamp:
- 05/17/08 09:47:20 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/radiant/app/views/admin/snippet/remove.html.haml
r865 r878 1 1 %h1 Remove Snippet 2 2 3 %p Are you sure you want to 3 %p 4 Are you sure you want to 4 5 %strong.warning permanently remove 5 6 the following snippet? … … 10 11 %td.snippet 11 12 = image('snippet', :alt => "snippet-icon") 12 %span.title= snippet.name13 %span.title= @snippet.name 13 14 14 15 - form_tag do
