engine/app/views/locomotive/theme_assets/_picker.html.haml

24 lines
632 B
Plaintext

%script{ :type => 'text/html', :id => 'theme_image_picker' }
%h2!= t('locomotive.theme_assets.images.title')
.actions.button-wrapper
= file_field_tag 'theme_asset[source]'
= local_action_button t('locomotive.theme_assets.index.new'), theme_assets_url(:json), :class => 'new', :id => 'upload-link'
%p.no-items{ :style => 'display: none' }!= t('.no_items')
%ul.list{ :style => 'display: none' }
%script{ :type => 'text/html', :id => 'theme_asset' }
%li
= link_to '{{local_path}}', '{{url}}'
.more
%span.size {{size}}
—
%span!= t('.updated_at')
%span.date {{updated_at}}