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 2015/07/08 22:57:12 UTC

[3/3] airavata-php-gateway git commit: fixing AIRAVATA-1706

fixing AIRAVATA-1706


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

Branch: refs/heads/master
Commit: c04755b576bcdbd9ff129e52b88a9f46eca6ad35
Parents: 636a45d
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jul 9 02:23:54 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jul 9 02:23:54 2015 +0530

----------------------------------------------------------------------
 app/views/project/summary.blade.php | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c04755b5/app/views/project/summary.blade.php
----------------------------------------------------------------------
diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php
index a05c59e..5fd323b 100755
--- a/app/views/project/summary.blade.php
+++ b/app/views/project/summary.blade.php
@@ -7,16 +7,16 @@
 @section('content')
 
 <div class="container" style="max-width: 750px;">
-
-
-<h1>Project Summary</h1>
-
-
-
     <?php
-
-    $project = ProjectUtilities::get_project($_GET['projId']);
-
+        $project = ProjectUtilities::get_project($_GET['projId']);
+    ?>
+    <h1>Project Summary
+        @if( !isset($dashboard))
+        <small><a href="{{ URL::to('/') }}/project/summary?projId={{ $project->projectID }}"
+                  title="Refresh"><span class="glyphicon glyphicon-refresh refresh-exp"></span></a></small>
+        @endif
+    </h1>
+    <?php
 
     echo '<div>';