brotherton-erpnext/erpnext/public/js/hub/components/TimelineItem.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
286 B
Vue
Raw Normal View History

2018-08-26 10:59:32 +00:00
/* Saving this for later */
<template>
<div class="media timeline-item notification-content">
<div class="small">
<i class="octicon octicon-bookmark fa-fw"></i>
2018-08-30 10:05:06 +00:00
<span title="Administrator"><b>4 weeks ago</b> Published 1 item to Marketplace</span>
2018-08-26 10:59:32 +00:00
</div>
</div>
</template>