Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 07b9301f0 -> 6e61920b9


Missing file for previous commit


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

Branch: refs/heads/master
Commit: a1e36419f0f1e167b17c20a4d61df024b6a80767
Parents: 1c9edcc
Author: Shameera Rathnayaka <[email protected]>
Authored: Mon Jul 20 16:44:03 2015 -0400
Committer: Shameera Rathnayaka <[email protected]>
Committed: Mon Jul 20 16:44:03 2015 -0400

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a1e36419/app/views/partials/experiment-info.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-info.blade.php 
b/app/views/partials/experiment-info.blade.php
index 761a505..a396b71 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -8,7 +8,7 @@
     <h1>
         Experiment Summary
         @if( !isset($dashboard))
-        <small><a href="{{ URL::to('/') }}/experiment/summary?expId={{ 
$experiment->experimentID }}"
+        <small><a href="{{ URL::to('/') }}/experiment/summary?expId={{ 
$experiment->experimentId }}"
                   title="Refresh"><span class="glyphicon glyphicon-refresh 
refresh-exp"></span></a></small>
         @endif
     </h1>
@@ -17,11 +17,11 @@
     <table class="table">
         <tr>
             <td><strong>Experiment Id</strong></td>
-            <td><?php echo $experiment->experimentID; ?></td>
+            <td><?php echo $experiment->experimentId; ?></td>
         </tr>
         <tr>
             <td><strong>Name</strong></td>
-            <td><?php echo $experiment->name; ?></td>
+            <td><?php echo $experiment->experimentName; ?></td>
         </tr>
         <tr>
             <td><strong>Description</strong></td>
@@ -130,7 +130,7 @@
                    class="btn btn-success"
                    value="Launch"
                    title="Launch the experiment" <?php if 
(!$expVal["editable"]) echo 'style="display: none"' ?>>
-            <a href="{{URL::to('/') }}/experiment/cancel?expId={{ 
$experiment->experimentID }}"
+            <a href="{{URL::to('/') }}/experiment/cancel?expId={{ 
$experiment->experimentId }}"
                class="btn btn-default"
                role="button"
                tit  le="Edit the experiment's settings" <?php if 
(!$expVal["cancelable"]) echo 'style="display: none"' ?>>
@@ -144,7 +144,7 @@
                    title="Create a clone of the experiment. Cloning is the 
only way to change an experiment's settings
                     after it has been launched.">
             <input type="hidden" name="expId" value="{{ Input::get('expId') 
}}"/>
-            <a href="{{URL::to('/') }}/experiment/edit?expId={{ 
$experiment->experimentID }}"
+            <a href="{{URL::to('/') }}/experiment/edit?expId={{ 
$experiment->experimentId }}"
                class="btn btn-default"
                role="button"
                title="Edit the experiment's settings" <?php if 
(!$expVal["editable"]) echo 'style="display: none"' ?>>

Reply via email to