You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/08 23:54:20 UTC

git commit: [#5755] quick fix for ForgeHg icon not referencing right

Updated Branches:
  refs/heads/db/5755 [created] 234ef740d


[#5755] quick fix for ForgeHg icon not referencing right


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

Branch: refs/heads/db/5755
Commit: 234ef740dca3fd6b2791aefef474aa6cc86e0b31
Parents: 6049825
Author: Dave Brondsema <db...@geek.net>
Authored: Fri Mar 8 22:54:13 2013 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Fri Mar 8 22:54:13 2013 +0000

----------------------------------------------------------------------
 .../allura/ext/admin/templates/project_admin.html  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/234ef740/Allura/allura/ext/admin/templates/project_admin.html
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/templates/project_admin.html b/Allura/allura/ext/admin/templates/project_admin.html
index 4f140fd..7ea4052 100644
--- a/Allura/allura/ext/admin/templates/project_admin.html
+++ b/Allura/allura/ext/admin/templates/project_admin.html
@@ -42,7 +42,7 @@
   {% if scm_tools %}
     {% set tool = scm_tools[0] %}
     <div class="grid-2">
-        <img src="{{ g.theme.app_icon_url(tool.tool_name, 48) }}" alt="">
+        <img src="{{ g.theme.app_icon_url('Git', 48) }}" alt="">
     </div>
     <div class="grid-13">
       <h3>Code</h3>