2011-12-06 11:39:32 +00:00
|
|
|
%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}}/')
|
2010-05-02 23:33:17 +00:00
|
|
|
.more
|
2010-07-21 23:56:42 +00:00
|
|
|
%span!= t('.updated_at')
|
2011-12-06 11:39:32 +00:00
|
|
|
{{updated_at}}
|
2010-07-21 23:56:42 +00:00
|
|
|
|
2011-12-06 11:39:32 +00:00
|
|
|
= link_to 'x', '#', :class => 'remove', :confirm => t('locomotive.messages.confirm')
|