comparison rhodecode/templates/admin/notifications/show_notification.html @ 2190:64f7cf8f6a33 beta

notification inbox improvements - added pagers - css+styling fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Apr 2012 23:42:43 +0200
parents 93d4e3eb7d84
children c25cc1c7c65f
comparison
equal deleted inserted replaced
2189:3052f90c568a 2190:64f7cf8f6a33
37 </div> 37 </div>
38 <div class="delete-notifications"> 38 <div class="delete-notifications">
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>${h.rst_w_mentions(c.notification.body)}</div> 42 <div class="notification-body">${h.rst_w_mentions(c.notification.body)}</div>
43 </div> 43 </div>
44 </div> 44 </div>
45 </div> 45 </div>
46 <script type="text/javascript"> 46 <script type="text/javascript">
47 var url = "${url('notification', notification_id='__NOTIFICATION_ID__')}"; 47 var url = "${url('notification', notification_id='__NOTIFICATION_ID__')}";