engine/app/views/locomotive/snippets/_snippet.html.haml

9 lines
329 B
Plaintext
Raw Normal View History

%li
%em
%strong= link_to snippet.name, edit_admin_snippet_path(snippet)
.more
2010-07-21 23:56:42 +00:00
%span!= t('.updated_at')
= l snippet.updated_at, :format => :short
2010-07-21 23:56:42 +00:00
= link_to image_tag('admin/list/icons/trash.png'), admin_snippet_path(snippet), :class => 'remove', :confirm => t('locomotive.messages.confirm'), :method => :delete