diff 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
line wrap: on
line diff
--- a/rhodecode/templates/admin/notifications/show_notification.html	Sat Apr 14 22:40:47 2012 +0200
+++ b/rhodecode/templates/admin/notifications/show_notification.html	Sat Apr 14 23:42:43 2012 +0200
@@ -39,7 +39,7 @@
             <span id="${c.notification.notification_id}" class="delete-notification delete_icon action"></span>
           </div>
         </div>
-        <div>${h.rst_w_mentions(c.notification.body)}</div>
+        <div class="notification-body">${h.rst_w_mentions(c.notification.body)}</div>
       </div>
     </div>
 </div>