engine/app/views/admin/asset_collections/index.html.haml

9 lines
172 B
Plaintext
Raw Normal View History

2010-05-12 00:16:39 +00:00
- title t('.title')
- content_for :submenu do
= render 'admin/shared/menu/assets'
2010-07-21 23:56:42 +00:00
%p!= t('.help')
2010-05-12 00:16:39 +00:00
2010-07-21 23:56:42 +00:00
%p.no-items!= t('.no_items', :url => new_admin_asset_collection_url)