Changeset 878

Show
Ignore:
Timestamp:
05/17/08 09:47:20 (3 months ago)
Author:
seancribbs
Message:

Fixed HAML rendering error + small syntax error when removing a snippet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/app/views/admin/snippet/remove.html.haml

    r865 r878  
    11%h1 Remove Snippet 
    22 
    3 %p Are you sure you want to  
     3%p  
     4  Are you sure you want to  
    45  %strong.warning permanently remove 
    56  the following snippet? 
     
    1011      %td.snippet 
    1112        = image('snippet', :alt => "snippet-icon") 
    12         %span.title= snippet.name 
     13        %span.title= @snippet.name 
    1314 
    1415- form_tag do