Repository: airavata-php-gateway Updated Branches: refs/heads/develop b3ee6171c -> 0f5159703
updating the fix for 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/0f515970 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/0f515970 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/0f515970 Branch: refs/heads/develop Commit: 0f5159703eabbc15c98f42912eb6ff29d7ac2da3 Parents: b3ee617 Author: scnakandala <[email protected]> Authored: Fri Dec 2 12:24:08 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 12:24:08 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/0f515970/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index e9cb32e..4e4c732 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -33,7 +33,7 @@ <th>Project Abstract</th> <th>Gateway Request Status</th> <th>Actions</th> - <th>Comments</th> + <th>SciGaP Admin Comments</th> </tr> </thead> <tbody>
