mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
Added separate ContentTitle component
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<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 }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user