diff --git a/app/views/export_card_configurations/index.html.erb b/app/views/export_card_configurations/index.html.erb
index ee5df1dbef..e22c0c9eae 100644
--- a/app/views/export_card_configurations/index.html.erb
+++ b/app/views/export_card_configurations/index.html.erb
@@ -24,10 +24,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
-
-<%= link_to l(:label_export_card_configuration_new), {:action => 'new'}, :class => 'icon icon-add' %>
-
-
<% html_title l(:label_administration), l(:label_export_card_configuration_plural) %>
<%=l(:label_export_card_configuration_plural)%>
@@ -128,3 +124,9 @@ See doc/COPYRIGHT.md for more details.
+
+ <%= link_to({action: 'new'}, class: 'button -alt-highlight') do %>
+
+ <%= l(:label_export_card_configuration_new) %>
+ <% end %>
+