diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb
index be08fddfe0..14a8e64227 100644
--- a/app/views/roles/index.html.erb
+++ b/app/views/roles/index.html.erb
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
{ class: 'button -alt-highlight',
aria: {label: t(:label_role_new)},
title: t(:label_role_new)}) do %>
-
+ <%= op_icon('button--icon icon-add') %>
<%= Role.model_name.human %>
<% end %>