app/views/admin/theme_assets/index.html.haml in locomotive_cms-0.0.2.7 vs app/views/admin/theme_assets/index.html.haml in locomotive_cms-0.0.2.8
- old
+ new
@@ -23,5 +23,14 @@
%p.no-items= t('.no_items', :url => new_admin_theme_asset_url)
- else
%ul.assets
= render :partial => 'asset', :collection => @image_assets
%li.clear
+
+
+- if not @flash_assets.empty?
+ %br
+
+ %h3= t('.flash')
+ %ul.assets
+ = render :partial => 'asset', :collection => @flash_assets
+ %li.clear
\ No newline at end of file