You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/10/12 19:59:51 UTC

[6/8] allura git commit: [#7919] Add div to attach the "Add new tool" menu

[#7919] Add div to attach the "Add new tool" menu


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

Branch: refs/heads/hs/7919
Commit: 039b9734a8c252d2b2a785a69b73f284270b31ff
Parents: a6d2f2e
Author: Heith Seewald <hs...@hsmb.local>
Authored: Mon Oct 12 13:44:49 2015 -0400
Committer: Heith Seewald <hs...@hsmb.local>
Committed: Mon Oct 12 13:44:49 2015 -0400

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/master.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/039b9734/Allura/allura/templates/jinja_master/master.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/master.html b/Allura/allura/templates/jinja_master/master.html
index ac87d77..3d94d9c 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -104,6 +104,7 @@
             {% include g.theme.top_nav %}
         {% endblock %}
     </div>
+<div id="add_tool_menu"></div>
     <div id="content_base">
         {% block content_base %}
             {% if not hide_left_bar %}