20 lines
632 B
Plaintext
20 lines
632 B
Plaintext
<div class="col-sm-12">
|
|
<div class="card">
|
|
<div class="card-header">
|
|
<h5 id="preview-notice-title"><%-(hero ? hero.title ? hero.title.replace(/(?:\r\n|\r|\n)/g, '<BR>') : '' : '')%></h5>
|
|
</div>
|
|
<div class="card-block">
|
|
<p class="content-group" id="preview-notice-detail">
|
|
|
|
<%-hero ? hero.detail ? hero.detail.replace(/(?:\r\n|\r|\n)/g, '<BR>') : '' : ''%>
|
|
|
|
</p>
|
|
</div>
|
|
<div class="card-footer">
|
|
<div class="text-right">
|
|
<span class="text-muted heading-text m-r-5" id="preview-notice-created"><%=hero? hero.created : ''%></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|