Changeset - f60a07dbe2f0
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-03-02 21:31:02
marcin@python-works.com
notification inbox show subject
1 file changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/notifications/show_notification.html
Show inline comments
 
@@ -39,7 +39,12 @@
 
            <span id="${c.notification.notification_id}" class="delete-notification delete_icon action"></span>
 
          </div>
 
        </div>
 
        <div class="notification-body">${h.rst_w_mentions(c.notification.body)}</div>
 
        <div class="notification-body">
 
        <div class="notification-subject">${h.literal(c.notification.subject)}</div>
 
        %if c.notification.body:
 
            ${h.rst_w_mentions(c.notification.body)}
 
        %endif
 
        </div>
 
      </div>
 
    </div>
 
</div>
0 comments (0 inline, 0 general)