Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Fix icon button on translations page
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kalisz authored and damianlegawiec committed Sep 9, 2019
1 parent af802cb commit d409c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/translations/page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<% end %>
<% content_for :page_actions do %>
<%= button_link_to Spree.t(:back_to_page_list), spree.admin_pages_path, :icon => 'icon-arrow-left' %>
<%= button_link_to Spree.t(:back_to_page_list), spree.admin_pages_path, :icon => 'arrow-left' %>
<% end %>
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @page } %>
Expand Down

0 comments on commit d409c5e

Please sign in to comment.