Show More
@@ -9,7 +9,7 b'' | |||
|
9 | 9 | </%def> |
|
10 | 10 | |
|
11 | 11 | <%def name="breadcrumbs_links()"> |
|
12 | ${h.link_to(_('Notifications'),h.url('notifications'))} | |
|
12 | ${h.link_to(_('Notifications'), h.url('notifications'))} | |
|
13 | 13 | » |
|
14 | 14 | ${_('Show notification')} |
|
15 | 15 | </%def> |
@@ -23,11 +23,6 b'' | |||
|
23 | 23 | <!-- box / title --> |
|
24 | 24 | <div class="title"> |
|
25 | 25 | ${self.breadcrumbs()} |
|
26 | ##<ul class="links"> | |
|
27 | ## <li> | |
|
28 | ## <span ><a href="#">${_('Compose message')}</a></span> | |
|
29 | ## </li> | |
|
30 | ##</ul> | |
|
31 | 26 |
|
|
32 | 27 | <div class="table"> |
|
33 | 28 | <div id="notification_${c.notification.notification_id}" class="main-content-full"> |
@@ -41,7 +36,9 b'' | |||
|
41 | 36 | </div> |
|
42 | 37 | </div> |
|
43 | 38 | <div class="notification-body"> |
|
44 |
<div class="notification-subject"> |
|
|
39 | <div class="notification-subject"> | |
|
40 | <h3>${_('Subject')}: ${c.notification.subject}</h3> | |
|
41 | </div> | |
|
45 | 42 | %if c.notification.body: |
|
46 | 43 | ${h.render(c.notification.body, renderer=c.visual.default_renderer, mentions=True)} |
|
47 | 44 | %endif |
General Comments 0
You need to be logged in to leave comments.
Login now