Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 4781b74ee -> f35c10d8e


fixing missing add new button


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

Branch: refs/heads/master
Commit: f35c10d8e2a29bb60205b9984dbcc09cfbd853c1
Parents: 4781b74
Author: scnakandala <[email protected]>
Authored: Mon Oct 26 21:29:29 2015 -0400
Committer: scnakandala <[email protected]>
Committed: Mon Oct 26 21:29:29 2015 -0400

----------------------------------------------------------------------
 app/views/application/module.blade.php | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f35c10d8/app/views/application/module.blade.php
----------------------------------------------------------------------
diff --git a/app/views/application/module.blade.php 
b/app/views/application/module.blade.php
index a25ee01..220ce1d 100644
--- a/app/views/application/module.blade.php
+++ b/app/views/application/module.blade.php
@@ -34,7 +34,6 @@
         </div>
         {{ Session::forget("errorMessage") }}
         @endif
-        @endif
         @if(Session::has("admin"))
         <div class="row">
             <button class="btn btn-default create-app-module" 
data-toggle="modal" data-target="#new-app-module-block">Create
@@ -42,7 +41,6 @@
             </button>
         </div>
         @endif
-
         @if( count( $modules) )
         <div class="row">
             <div class="col-md-6">

Reply via email to