mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Added separate ContentTitle component
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h2>{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
<span v-if="typeof author !== 'undefined' || variable !== null" class="text-muted">
|
<span v-if="typeof author !== 'undefined' || author !== null" class="text-muted">
|
||||||
Published on {{ publishDate }}, by {{ author }}
|
Published on {{ publishDate }}, by {{ author }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user