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/22 21:37:31 UTC

airavata-php-gateway git commit: fixing AIRAVATA-2237

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop aea3b296d -> 1b5314697


fixing AIRAVATA-2237


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

Branch: refs/heads/develop
Commit: 1b531469719172f9ac6c176d52d6ff262f417621
Parents: aea3b29
Author: scnakandala <su...@gmail.com>
Authored: Tue Nov 22 16:37:28 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Tue Nov 22 16:37:28 2016 -0500

----------------------------------------------------------------------
 app/views/admin/manage-gateway.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1b531469/app/views/admin/manage-gateway.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php
index d65d212..914293d 100644
--- a/app/views/admin/manage-gateway.blade.php
+++ b/app/views/admin/manage-gateway.blade.php
@@ -285,7 +285,7 @@
                         <input type="text" name="oauthClientSecret" class="form-control oauthClientSecret"/>
                     </div>
                     <div class="form-group">
-                        <label>Comments</label>
+                        <label>SciGaP Admin Comments</label>
                         <textarea style="width:100%; height:80px" width="100%" name="declinedReason" class="declinedReason"></textarea>
                     </div>
 
@@ -328,7 +328,7 @@
                 </div>
                 <div class="modal-body">
                     <div class="form-group">
-                        <label>Comments</label>
+                        <label>SciGaP Admin Comments</label>
                         <textarea style="width:100%; height:80px" width="100%" name="comments"></textarea>
                     </div>
                 </div>