You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/02/16 16:44:07 UTC

airavata-php-gateway git commit: AIRAVATA-2278 Remove Roles link from admin sidebar

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 70f85239e -> aba44b611


AIRAVATA-2278 Remove Roles link from admin sidebar


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/aba44b61
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/aba44b61
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/aba44b61

Branch: refs/heads/develop
Commit: aba44b6116b7cde8532df9e0749a5a2e9acb263e
Parents: 70f8523
Author: Marcus Christie <ma...@iu.edu>
Authored: Thu Feb 16 11:43:25 2017 -0500
Committer: Marcus Christie <ma...@iu.edu>
Committed: Thu Feb 16 11:43:25 2017 -0500

----------------------------------------------------------------------
 app/views/partials/dashboard-block.blade.php | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/aba44b61/app/views/partials/dashboard-block.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/dashboard-block.blade.php b/app/views/partials/dashboard-block.blade.php
index 8a07d78..2ecedf6 100644
--- a/app/views/partials/dashboard-block.blade.php
+++ b/app/views/partials/dashboard-block.blade.php
@@ -11,10 +11,6 @@
         @if( Session::has("admin-nav") && Session::get("admin-nav") == "manage-users") class="active" @endif>
             <a class="dashboard-link" href="{{ URL::to('/')}}/admin/dashboard/users"><span class="glyphicon glyphicon-user"></span>&nbsp; Users</a>
         </li>
-        <li
-         @if( Session::has("admin-nav") && Session::get("admin-nav") == "manage-roles") class="active" @endif>
-            <a class="dashboard-link" href="{{ URL::to('/')}}/admin/dashboard/roles"><span class="glyphicon glyphicon-eye-open"></span>&nbsp; Roles</a>
-        </li>
         <li>
             <a><span class="glyphicon glyphicon-briefcase"></span>&nbsp; Compute Resources</a>
             <ul>