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/21 21:02:45 UTC

[1/2] airavata-php-gateway git commit: AIRAVATA-2229 max-width on Project Abstract column

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop bcbdb4b92 -> d442dc358


AIRAVATA-2229 max-width on Project Abstract column


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

Branch: refs/heads/develop
Commit: 3a38a3dd88c50466d5d05e3bca267ec4fa9db321
Parents: 1811d76
Author: Marcus Christie <ma...@iu.edu>
Authored: Thu Nov 17 17:16:06 2016 -0500
Committer: Marcus Christie <ma...@iu.edu>
Committed: Thu Nov 17 17:16:06 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/3a38a3dd/app/views/account/dashboard.blade.php
----------------------------------------------------------------------
diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php
index b701ca3..90cef54 100644
--- a/app/views/account/dashboard.blade.php
+++ b/app/views/account/dashboard.blade.php
@@ -52,7 +52,7 @@
                             <td>{{ $creationTime}}</td>
                             <td>{{ $gateway["gatewayInfo"]->gatewayURL }}</td>
                             <td style="max-width: 400px; word-wrap: break-word;">{{ $gateway["gatewayInfo"]->reviewProposalDescription }}</td>
-                            <td>{{ $gateway["gatewayInfo"]->gatewayPublicAbstract }}</td>
+                            <td style="max-width: 400px; word-wrap: break-word;">{{ $gateway["gatewayInfo"]->gatewayPublicAbstract }}</td>
                             <td>{{ $gateway["approvalStatus"] }}</td>
                             <td>
                                 @if( $gateway["approvalStatus"] == "APPROVED")


[2/2] airavata-php-gateway git commit: Merge branch 'AIRAVATA-2229-gateway-requests-wide-table' of https://github.com/machristie/airavata-php-gateway into develop

Posted by sc...@apache.org.
Merge branch 'AIRAVATA-2229-gateway-requests-wide-table' of https://github.com/machristie/airavata-php-gateway into develop


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

Branch: refs/heads/develop
Commit: d442dc358feaaf3706ebbdb67a05b333bb56877e
Parents: bcbdb4b 3a38a3d
Author: scnakandala <su...@gmail.com>
Authored: Mon Nov 21 16:02:37 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Mon Nov 21 16:02:37 2016 -0500

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