remove new design button

This commit is contained in:
Matthew K. Fu JuYuan 2013-07-15 12:39:29 +08:00
parent d996b91b54
commit c1316f72a0
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@
</table>
<div class="form-actions form-fixed pagination-right">
<%= 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' %>
</div>