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/08/13 20:07:08 UTC

[41/50] allura git commit: [#7922] ticket:826 Fix tool ordering

[#7922] ticket:826 Fix tool ordering


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

Branch: refs/heads/ib/7922
Commit: 2769771fbb126be2e5fbfbec3a3044bf44b99126
Parents: 1c00249
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Jul 31 12:48:43 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Aug 13 18:14:42 2015 +0300

----------------------------------------------------------------------
 Allura/allura/ext/admin/templates/project_tools.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/2769771f/Allura/allura/ext/admin/templates/project_tools.html
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/templates/project_tools.html b/Allura/allura/ext/admin/templates/project_tools.html
index 90c03d4..aa825f1 100644
--- a/Allura/allura/ext/admin/templates/project_tools.html
+++ b/Allura/allura/ext/admin/templates/project_tools.html
@@ -92,9 +92,8 @@
                     {% endfor %}
                     {{sidebar_item(app.admin_menu_delete_button)}}
                 </ul>
-                {% if not app.uninstallable %}
-                  <input type="hidden" class="mount_point" value="{{mount['ac'].options.mount_point}}"/>
-                {% endif %}
+                {# for ordering #}
+                <input type="hidden" class="mount_point" value="{{mount['ac'].options.mount_point}}"/>
             </div>
         {% endif %}
         {% if 'sub' in mount and not mount['sub'].deleted %}