You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/08/28 16:35:19 UTC

[38/50] git commit: [#6284] ticket:418 commit revision number in svn commit browser

[#6284] ticket:418 commit revision number in svn commit browser


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/67593942
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/67593942
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/67593942

Branch: refs/heads/tv/6526
Commit: 67593942258eaff592128d1997b244e192c355be
Parents: 0c7c4dd
Author: Anton Kasyanov <mi...@gmail.com>
Authored: Fri Aug 16 13:29:45 2013 +0300
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Mon Aug 26 22:52:35 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/widgets/repo/revision.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/67593942/Allura/allura/templates/widgets/repo/revision.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/widgets/repo/revision.html b/Allura/allura/templates/widgets/repo/revision.html
index 48df9c1..f5c186d 100644
--- a/Allura/allura/templates/widgets/repo/revision.html
+++ b/Allura/allura/templates/widgets/repo/revision.html
@@ -18,6 +18,8 @@
 -#}
 {% from 'allura:templates/jinja_master/lib.html' import email_gravatar, abbr_date with context %}
 <div class="commit-details">
+    <a href="{{value.url()}}">{{value.shorthand_id()}}</a>
+    Commit message:
     <div class="commit-message">
         <div class="first-line">{{g.markdown.convert(h.really_unicode(value.message.split('\n')[0]))}}</div>
         {{g.markdown.convert(h.really_unicode('\n'.join(value.message.split('\n')[1:])))}}