From b82565fa9227fccd2ec2d6bb3756716d05799154 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Wed, 8 Jan 2014 12:47:44 +0800 Subject: [PATCH] Removed Unnecessary add 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 de4b034f..4c92d3d0 100644 --- a/app/views/admin/designs/index.html.erb +++ b/app/views/admin/designs/index.html.erb @@ -23,6 +23,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