# HG changeset patch # User Marcin Kuzminski # Date 2013-01-23 23:37:46 # Node ID 54a596abfa650471094fcb514e0bb04701543441 # Parent f5dcee2b3153295b0edba4fd4c1f2417c6692b18 Show pull request id in tooltip of associated pull request diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -91,7 +91,7 @@
${c.statuses.get(cs.raw_id)[1]}
%if c.statuses.get(cs.raw_id)[2]: - + %else: %endif diff --git a/rhodecode/templates/shortlog/shortlog_data.html b/rhodecode/templates/shortlog/shortlog_data.html --- a/rhodecode/templates/shortlog/shortlog_data.html +++ b/rhodecode/templates/shortlog/shortlog_data.html @@ -17,7 +17,7 @@ %if c.statuses.get(cs.raw_id):
%if c.statuses.get(cs.raw_id)[2]: - + %else: