first
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user