Start supplier product category speccing

This commit is contained in:
2013-12-15 17:55:14 +01:00
parent 65aa99cc1a
commit 85297bed4f
5 changed files with 59 additions and 3 deletions
@@ -9,7 +9,7 @@
span.name= link_to product_category.name, [:suppliers, product_category]
span= product_category.visible_on
.pull-right.actions
= link_to t('helpers.links.edit'), [:edit, :suppliers, product_category], class: 'btn btn-mini'
= link_to t('helpers.links.edit'), [:edit, :suppliers, product_category], class: 'btn btn-mini edit-resource-button'
'
= link_to t("helpers.links.destroy"), [:suppliers, product_category], method: :delete, data: {confirm: are_you_sure? }, class: 'btn btn-mini btn-danger'
- else