Vulcan/packages/telescope-notifications/lib/client/templates/notifications_mark_as_read.html

3 lines
168 B
HTML
Raw Normal View History

2015-03-22 12:27:05 +09:00
<template name="notificationsMarkAsRead">
2015-03-27 14:40:11 +09:00
<li class="dropdown-item"><a href="#" class="button mark-as-read btn btn-primary">{{_ "mark_as_read"}}</a></li>
2015-03-22 12:27:05 +09:00
</template>