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