forked from VulcanJS/Vulcan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
95 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/telescope-notifications/lib/client/templates/notification_item.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<template name="notification_item"> | ||
<li class="dropdown-item notification-item {{#if read}}read{{/if}}"> | ||
<div class="{{#if read}}read{{/if}}"> | ||
<span class="notification-timestamp">{{timeAgo timestamp}}</span> | ||
<div class="notification-html"> | ||
{{{notificationHTML}}} | ||
</div> | ||
</li> | ||
</div> | ||
</template> |
2 changes: 1 addition & 1 deletion
2
packages/telescope-notifications/lib/client/templates/notifications_mark_as_read.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<template name="notifications_mark_as_read"> | ||
<li class="dropdown-item"><a href="#" class="button mark-as-read btn btn-primary">{{_ "mark_as_read"}}</a></li> | ||
<a href="#" class="button mark-as-read btn btn-primary">{{_ "mark_as_read"}}</a> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/telescope-tags/lib/client/templates/categories_menu.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<template name="categories_menu"> | ||
<div class="categories-menu {{moduleClass}}"> | ||
{{#if hasCategories}} | ||
{{> menuComponent menuName="categories" menuItems=menuItems menuMode=menuMode}} | ||
{{> menuComponent menuName="categories" menuItems=menuItems menuMode=menuMode menuHierarchyKey="parentId"}} | ||
{{/if}} | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters