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 2015/10/30 21:55:35 UTC

[16/50] [abbrv] 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/60e53120
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/60e53120
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/60e53120

Branch: refs/heads/db/7919
Commit: 60e53120476f714a8f77b1736ec57a6ed20267b0
Parents: 3211f38
Author: Heith Seewald <hs...@hsmb.local>
Authored: Mon Oct 12 13:44:49 2015 -0400
Committer: Heith Seewald <hs...@hsmb.local>
Committed: Thu Oct 29 20:21:33 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/60e53120/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 1a7f11c..bb03bf1 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -103,6 +103,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 %}