From 89dd1e1c39cdce6fd9e303fc9d89f409dd1ab0ce Mon Sep 17 00:00:00 2001 From: TFG Date: Wed, 27 Apr 2011 13:17:23 +0800 Subject: [PATCH] added new shared partials for actions near submenu --- app/views/admin/shared/actions/_assets.html.haml | 1 + app/views/admin/shared/actions/_contents.html.haml | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/views/admin/shared/actions/_assets.html.haml create mode 100644 app/views/admin/shared/actions/_contents.html.haml diff --git a/app/views/admin/shared/actions/_assets.html.haml b/app/views/admin/shared/actions/_assets.html.haml new file mode 100644 index 00000000..a8807861 --- /dev/null +++ b/app/views/admin/shared/actions/_assets.html.haml @@ -0,0 +1 @@ += link_to content_tag(:span, t('admin.asset_collections.index.new')), new_admin_asset_collection_url \ No newline at end of file diff --git a/app/views/admin/shared/actions/_contents.html.haml b/app/views/admin/shared/actions/_contents.html.haml new file mode 100644 index 00000000..d5b72e43 --- /dev/null +++ b/app/views/admin/shared/actions/_contents.html.haml @@ -0,0 +1 @@ += link_to content_tag(:em) + content_tag(:span, t('admin.content_types.index.new')), new_admin_content_type_url \ No newline at end of file