Skip to content

Commit

Permalink
Remove deprecated icon from comment submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Feb 23, 2018
1 parent 110fc1f commit 465618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/shared/_comments.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="clear"></div>

<div class="form-buttons filter-actions actions" data-hook="buttons">
<%= button Spree.t(:add_comment), 'icon-arrow-right' %>
<%= f.submit Spree.t(:add_comment) %>
</div>
</fieldset>
<% end %>
Expand Down

0 comments on commit 465618c

Please sign in to comment.