Repository: airavata-php-gateway Updated Branches: refs/heads/develop c345b0d24 -> b58617f14
Syntax fix 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/b58617f1 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b58617f1 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/b58617f1 Branch: refs/heads/develop Commit: b58617f1442c9c15f42ebca9ca76fd3f5c4b70b9 Parents: c345b0d Author: Nipurn Doshi <[email protected]> Authored: Tue May 3 15:57:36 2016 -0400 Committer: Nipurn Doshi <[email protected]> Committed: Tue May 3 15:57:36 2016 -0400 ---------------------------------------------------------------------- app/views/admin/manage-notices.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b58617f1/app/views/admin/manage-notices.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-notices.blade.php b/app/views/admin/manage-notices.blade.php index 3dba216..04ef689 100644 --- a/app/views/admin/manage-notices.blade.php +++ b/app/views/admin/manage-notices.blade.php @@ -121,12 +121,11 @@ </div> <div class="modal-footer"> - <button type="submit" class="btn btn-primary submit-update-notice-form" class="btn btn-primary form-control">Update</button + <button type="submit" class="btn btn-primary submit-update-notice-form" class="btn btn-primary form-control">Update</button> </div> </form> </div> </div> - </form> </div>
