Removed Unnecessary add button

This commit is contained in:
saurabhbhatia 2014-01-08 12:47:44 +08:00
parent eb9038965a
commit b82565fa92
1 changed files with 0 additions and 1 deletions

View File

@ -23,6 +23,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>