##// END OF EJS Templates
notification inbox show subject
marcink -
r3431:f60a07db beta
parent child Browse files
Show More
@@ -4652,7 +4652,7 b' PULL REQUESTS'
4652 font-size: 16px;
4652 font-size: 16px;
4653 }
4653 }
4654 .diff-container {
4654 .diff-container {
4655
4655
4656 }
4656 }
4657
4657
4658 .diff-container.hidden{
4658 .diff-container.hidden{
@@ -4756,7 +4756,7 b' table.code-difftable td {'
4756 background: none !important;
4756 background: none !important;
4757 border:0 !important;
4757 border:0 !important;
4758 vertical-align: none !important;
4758 vertical-align: none !important;
4759
4759
4760 }
4760 }
4761 table.code-difftable .context {
4761 table.code-difftable .context {
4762 background:none repeat scroll 0 0 #DDE7EF;
4762 background:none repeat scroll 0 0 #DDE7EF;
@@ -39,7 +39,12 b''
39 <span id="${c.notification.notification_id}" class="delete-notification delete_icon action"></span>
39 <span id="${c.notification.notification_id}" class="delete-notification delete_icon action"></span>
40 </div>
40 </div>
41 </div>
41 </div>
42 <div class="notification-body">${h.rst_w_mentions(c.notification.body)}</div>
42 <div class="notification-body">
43 <div class="notification-subject">${h.literal(c.notification.subject)}</div>
44 %if c.notification.body:
45 ${h.rst_w_mentions(c.notification.body)}
46 %endif
47 </div>
43 </div>
48 </div>
44 </div>
49 </div>
45 </div>
50 </div>
General Comments 0
You need to be logged in to leave comments. Login now