mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
feat: style adjustments to product page
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-7">
|
||||
<!-- title -->
|
||||
<div class="product-title" itemprop="name">
|
||||
{{ item_name }}
|
||||
<div class="item-breadcrumbs small text-muted">
|
||||
{% include "templates/includes/breadcrumbs.html" %}
|
||||
</div>
|
||||
<h1 class="product-title" itemprop="name">
|
||||
{{ item_name }}
|
||||
</h1>
|
||||
<p class="product-code">
|
||||
<span>{{ _("Item Code") }}:</span>
|
||||
<span itemprop="productID">{{ doc.name }}</span>
|
||||
|
||||
Reference in New Issue
Block a user