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/01/05 16:04:40 UTC

airavata-php-gateway git commit: AIRAVATA-2278 Remove link to Roles UI from admin dashboard

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 166f18a9b -> 696f9cd9a


AIRAVATA-2278 Remove link to Roles UI from admin dashboard


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/696f9cd9
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/696f9cd9
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/696f9cd9

Branch: refs/heads/develop
Commit: 696f9cd9a7db5c72c42fb0299a79c6c728e513f2
Parents: 166f18a
Author: Marcus Christie <ma...@apache.org>
Authored: Thu Jan 5 11:03:40 2017 -0500
Committer: Marcus Christie <ma...@apache.org>
Committed: Thu Jan 5 11:03:40 2017 -0500

----------------------------------------------------------------------
 app/views/account/dashboard.blade.php | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/696f9cd9/app/views/account/dashboard.blade.php
----------------------------------------------------------------------
diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php
index 6b2b3cf..f23b40e 100644
--- a/app/views/account/dashboard.blade.php
+++ b/app/views/account/dashboard.blade.php
@@ -287,7 +287,7 @@
 
                 <h3>Manage Users Access</h3>
                 <a href="{{URL::to('/')}}/admin/dashboard/users">
-                    <div class="col-md-6  well">
+                    <div class="col-md-4 col-md-offset-4 well">
                         <div class="col-md-12">
                             <span class="glyphicon glyphicon-user  console-icon"></span>
                         </div>
@@ -297,16 +297,6 @@
                     </div>
                 </a>
 
-                <a href="{{URL::to('/')}}/admin/dashboard/roles">
-                    <div class=" col-md-6  well">
-                        <div class="col-md-12">
-                            <span class="glyphicon glyphicon-eye-open  console-icon"></span>
-                        </div>
-                        <div class="col-md-12">
-                            <h4>Browse User Roles</h4>
-                        </div>
-                    </div>
-                </a>
             </div>
 
             <div class="row well">