Repository: airavata-php-gateway Updated Branches: refs/heads/master ff964521c -> 3a69012f3
fixing some wrong urls 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/dd594c44 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/dd594c44 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/dd594c44 Branch: refs/heads/master Commit: dd594c4405867964a5ec65641c90fc8c8f8c552d Parents: ff96452 Author: Supun Nakandala <[email protected]> Authored: Sun Jul 5 15:52:28 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Sun Jul 5 15:52:28 2015 +0530 ---------------------------------------------------------------------- app/views/admin/manage-roles.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/dd594c44/app/views/admin/manage-roles.blade.php ---------------------------------------------------------------------- diff --git a/app/views/admin/manage-roles.blade.php b/app/views/admin/manage-roles.blade.php index 8a51371..21a7e61 100644 --- a/app/views/admin/manage-roles.blade.php +++ b/app/views/admin/manage-roles.blade.php @@ -53,7 +53,7 @@ </button> </div> <div class="add-role col-md-6"> - <form role="form" action="{{URL::to('/')}}/admin/addrole" method="POST" class="add-role-form"> + <form role="form" action="{{URL::to('/')}}/admin/add-role" method="POST" class="add-role-form"> <div class="form-group"> <label>Enter Role Name</label> <input type="text" name="role" class="form-control"/> @@ -85,7 +85,7 @@ aria-hidden="true"> <div class="modal-dialog"> - <form action="{{URL::to('/')}}/admin/deleterole" method="POST"> + <form action="{{URL::to('/')}}/admin/delete-role" method="POST"> <div class="modal-content"> <div class="modal-header"> <h3 class="text-center">Delete Role Confirmation</h3>
