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

9 lines
300 B
Plaintext
Raw Normal View History

%script{ :type => 'text/html', :id => 'snippet_item' }
2011-12-07 01:09:13 +00:00
%strong= link_to "{{name}}", edit_snippet_path('snippet_id').gsub(/\/snippet_id\//, '/{{id}}/')
.more
2010-07-21 23:56:42 +00:00
%span!= t('.updated_at')
{{updated_at}}
2010-07-21 23:56:42 +00:00
= link_to 'x', '#', :class => 'remove', :confirm => t('locomotive.messages.confirm')