2011-12-07 01:09:13 +00:00
|
|
|
%script{ :type => 'text/html', :id => 'editable_theme_asset_item' }
|
2010-10-11 14:26:46 +00:00
|
|
|
|
2011-12-07 01:09:13 +00:00
|
|
|
%strong= link_to "{{local_path}}", edit_theme_asset_path('asset_id').gsub(/\/asset_id\//, '/{{id}}/')
|
2010-10-07 00:45:41 +00:00
|
|
|
.more
|
2011-12-07 01:09:13 +00:00
|
|
|
%span.size {{size}}
|
2010-10-07 00:45:41 +00:00
|
|
|
%span!= t('.updated_at')
|
2011-12-07 01:09:13 +00:00
|
|
|
%span.date {{updated_at}}
|
2010-10-07 00:45:41 +00:00
|
|
|
|
2011-12-07 01:09:13 +00:00
|
|
|
= link_to 'x', '#', :class => 'remove', :confirm => t('locomotive.messages.confirm')
|