You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/10/27 18:07:36 UTC

[19/40] allura git commit: [#7924] ticket:853 Remove fa-table icon from file.html

[#7924] ticket:853 Remove fa-table icon from file.html


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

Branch: refs/heads/ib/7924
Commit: 4759e419c6628a70b534e0708afa8defb29768d4
Parents: 8e738a8
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Oct 22 19:48:30 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Tue Oct 27 16:22:11 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/allura/blob/4759e419/Allura/allura/templates/repo/file.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/repo/file.html b/Allura/allura/templates/repo/file.html
index ff3100a..ecfbd1b 100644
--- a/Allura/allura/templates/repo/file.html
+++ b/Allura/allura/templates/repo/file.html
@@ -80,8 +80,6 @@
     <p><a href="?format=raw">Download this file</a></p>
     <div class="clip grid-19 codebrowser">
       <h3>
-        {{ g.icons['table'].render(title=h.really_unicode(blob.name), show_title=True) }}
-        &nbsp;&nbsp;
         {{ stats.line_count }} lines ({{ stats.data_line_count }} with data), {{ stats.code_size|filesizeformat }}
       </h3>
       {% if blob.has_pypeline_view %}