diff --git a/app/views/admin/honors/index.html.erb b/app/views/admin/honors/index.html.erb
index 4ba2370..97c6f50 100644
--- a/app/views/admin/honors/index.html.erb
+++ b/app/views/admin/honors/index.html.erb
@@ -14,6 +14,7 @@
+ <%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:new_), new_admin_honor_path, :class => 'btn btn-primary' %>
<%= link_to content_tag(:i, nil, :class => 'icon-cog icon-white') + t('setting'), admin_honor_setting_path, :class => 'btn btn-primary pull-right' %>