Skip to content

Commit

Permalink
Revert "Update _list_template.html.erb"
Browse files Browse the repository at this point in the history
This reverts commit 6d59560.
  • Loading branch information
jhawthorn committed Feb 18, 2016
1 parent cd9b7b4 commit a929f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{name}}
<div class="actions right">
<a href="#" class="js-taxon-add-child fa fa-plus icon_link no-text"></a>
<a href="<%= spree.admin_path %>/taxonomies/{{taxonomy_id}}/taxons/{{id}}/edit" class="fa fa-edit icon_link no-text"></a>
<a href="/admin/taxonomies/{{taxonomy_id}}/taxons/{{id}}/edit" class="fa fa-edit icon_link no-text"></a>
<a href="#" class="js-taxon-delete fa fa-trash icon_link no-text"></a>
</div>
</div>
Expand Down

0 comments on commit a929f76

Please sign in to comment.