You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/04/04 07:13:57 UTC

isis git commit: ISIS-1521: hide the clear button since link rendered is wrong

Repository: isis
Updated Branches:
  refs/heads/master 41e4a1bec -> bedf47830


ISIS-1521: hide the clear button since link rendered is wrong


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

Branch: refs/heads/master
Commit: bedf47830b725295d22b7a528c8f5f5d37dae380
Parents: 41e4a1b
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Apr 4 08:13:41 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Apr 4 08:13:41 2017 +0100

----------------------------------------------------------------------
 adocs/template/document.html.erb | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/bedf4783/adocs/template/document.html.erb
----------------------------------------------------------------------
diff --git a/adocs/template/document.html.erb b/adocs/template/document.html.erb
index 572c276..2d099eb 100644
--- a/adocs/template/document.html.erb
+++ b/adocs/template/document.html.erb
@@ -402,7 +402,10 @@
                 <div id="search-results"></div>
                 <div>
                     <br/>
+                    <!--
+                    TODO: need to compute the filename of this rendered document (derive from attr:docfile ?)
                     <a href=".">clear</a>
+                    -->
                 </div>
             </div>
         </div>