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/13 19:25:06 UTC

[12/42] airavata-php-gateway git commit: changing the css style in content div

changing the css style in content div


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

Branch: refs/heads/airavata-php-gateway-0.15-release
Commit: c2207fdfd7a3391464910e5c4fd3325a14ae098f
Parents: 835eb27
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jun 11 22:56:20 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jun 11 22:56:20 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c2207fdf/app/views/project/summary.blade.php
----------------------------------------------------------------------
diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php
index 51d22db..b3bc800 100755
--- a/app/views/project/summary.blade.php
+++ b/app/views/project/summary.blade.php
@@ -18,9 +18,9 @@
     $project = ProjectUtilities::get_project($_GET['projId']);
 
 
-    echo '<div class="panel panel-default">';
+    echo '<div>';
 
-    echo '<div class="panel-heading">';
+    echo '<div>';
     echo '<h3>' . $project->name . ' <a href="edit?projId=' .
         $project->projectID .
         '" title="Edit"><span class="glyphicon glyphicon-pencil"></span></a></h3>';