From 8319eff3c1d7c5b8895ec353d3441c9a3e4d445a Mon Sep 17 00:00:00 2001 From: brchristian Date: Sat, 3 Oct 2020 17:31:14 -0700 Subject: [PATCH] Update backend New Image link for consistency Make consistent with visual style of other backend views --- backend/app/views/spree/admin/images/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/app/views/spree/admin/images/index.html.erb b/backend/app/views/spree/admin/images/index.html.erb index e8ec39f28ee..cbde4e00d2b 100644 --- a/backend/app/views/spree/admin/images/index.html.erb +++ b/backend/app/views/spree/admin/images/index.html.erb @@ -5,7 +5,9 @@ <% content_for :page_actions do %> <% if can?(:create, Spree::Image) %> -
  • <%= link_to_with_icon('plus', t('spree.new_image'), new_admin_product_image_url(@product), id: 'new_image_link', class: 'btn btn-primary') %>
  • +
  • + <%= link_to t('spree.new_image'), new_admin_product_image_url(@product), id: 'new_image_link', class: 'btn btn-primary' %> +
  • <% end %> <% end %>