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:23 UTC

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

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

This was also showing up on the individual commit page, which was
unnecessary since the info was already on that page.  If we wanted something
just for the view within commit_browser, we could use Allura/allura/templates/repo/commit_basic.html
but it seemed out of place and not too necessary there also.

This reverts commit 67593942258eaff592128d1997b244e192c355be.


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

Branch: refs/heads/tv/6526
Commit: 09f02903f14f320c8235bc9e29d187c3bb708d46
Parents: 40b0823
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon Aug 26 23:02:15 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Mon Aug 26 23:02:15 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/09f02903/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 f5c186d..48df9c1 100644
--- a/Allura/allura/templates/widgets/repo/revision.html
+++ b/Allura/allura/templates/widgets/repo/revision.html
@@ -18,8 +18,6 @@
 -#}
 {% 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:])))}}