You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/11/30 20:09:31 UTC

airavata-php-gateway git commit: AIRAVATA-2244 Fix typo

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 3cd3c57c6 -> b639b6508


AIRAVATA-2244 Fix typo


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

Branch: refs/heads/develop
Commit: b639b6508a6dec16e7417fcb1a9644e8e04ca51d
Parents: 3cd3c57
Author: Marcus Christie <ma...@iu.edu>
Authored: Wed Nov 30 15:04:58 2016 -0500
Committer: Marcus Christie <ma...@iu.edu>
Committed: Wed Nov 30 15:04:58 2016 -0500

----------------------------------------------------------------------
 app/views/account/credential-store.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b639b650/app/views/account/credential-store.blade.php
----------------------------------------------------------------------
diff --git a/app/views/account/credential-store.blade.php b/app/views/account/credential-store.blade.php
index d9fa167..1d56804 100644
--- a/app/views/account/credential-store.blade.php
+++ b/app/views/account/credential-store.blade.php
@@ -9,7 +9,7 @@
 <div class="container">
     <ol class="breadcrumb">
         <li><a href="{{ URL::to('/') }}/account/settings">User Settings</a></li>
-        <li class="active">Compute Resources</li>
+        <li class="active">Credential Store</li>
     </ol>
     @if( Session::has("message"))
     <div class="alert alert-success alert-dismissible" role="alert">