9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
%script{ :type => 'text/html', :id => 'snippet_item' }
|
|
|
|
%strong= link_to "{{name}}", edit_snippet_path('snippet_id').gsub(/\/snippet_id\//, '/{{id}}/')
|
|
.more
|
|
%span!= t('.updated_at')
|
|
{{updated_at}}
|
|
|
|
= link_to 'x', '#', :class => 'remove', :confirm => t('locomotive.messages.confirm')
|