From c1316f72a0a16197d70167f542b814a1cac312e8 Mon Sep 17 00:00:00 2001 From: "Matthew K. Fu JuYuan" Date: Mon, 15 Jul 2013 12:39:29 +0800 Subject: [PATCH] remove new design button --- app/views/admin/designs/index.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/designs/index.html.erb b/app/views/admin/designs/index.html.erb index e12402fed..55c1f941e 100644 --- a/app/views/admin/designs/index.html.erb +++ b/app/views/admin/designs/index.html.erb @@ -8,6 +8,5 @@
- <%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:add), new_admin_design_path, :class => 'btn btn-primary pull-right' %> <%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:upload), upload_package_admin_designs_path, :class => 'btn btn-primary pull-right' %>
\ No newline at end of file