Sha256: 18bdd6cc411fecf67e5f430e02dc0fd431ad1f091b97961a5abd9283d56fb5a9
Contents?: true
Size: 1007 Bytes
Versions: 1
Compression:
Stored size: 1007 Bytes
Contents
.comable-page .comable-main-fixed-top .comable-page-heading ul.pull-right.list-inline li = link_to comable.product_path(@product), class: 'btn btn-default' do span.fa.fa-external-link> = Comable.t('admin.view') li = link_to_save h1.page-header ol.breadcrumb li> = link_to Comable.t('admin.nav.product'), comable.admin_products_path li.active = @product.name .comable-page-body = render 'form' hr .panel.panel-danger .panel-heading type="button" data-toggle="collapse" data-target="#comable-danger" strong span.fa.fa-angle-down> = Comable.t('admin.actions.destroy') #comable-danger.collapse .panel-body p = Comable.t('admin.confirmation_to_remove_product') = link_to Comable.t('admin.actions.destroy'), comable.admin_product_path(@product), method: :delete, class: 'btn btn-danger'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comable-backend-0.7.0.beta1 | app/views/comable/admin/variants/edit.slim |