From 1c9f0b11bba3627f69211b057fb367457acde03e Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Fri, 6 Nov 2015 10:36:55 +0100 Subject: [PATCH] Apply class 'generic-table--action-buttons' for style of button below table --- app/views/export_card_configurations/index.html.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 %> +