File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,9 @@ class="table table-striped snipe-table"
148148 {{ csrf_field () } }
149149 <input type =" text" style =" width : 70px ; margin-right : 10px ;" class =" form-control pull-left" name =" request-quantity" value =" " placeholder =" {{ trans (' general.qty' ) } }" >
150150 @if ($requestableModel -> isRequestedBy (Auth:: user ()) )
151- {{ Form :: submit ( trans ( ' button.cancel ' ), [ ' class' => ' btn btn-danger btn-sm' ]) } }
151+ < input class = " btn btn-danger btn-sm" type = " submit " value = " {{ trans ( ' button.cancel ' ) } } " >
152152 @else
153- {{ Form :: submit ( trans ( ' button.request ' ), [ ' class' => ' btn btn-primary btn-sm' ]) } }
153+ < input class = " btn btn-primary btn-sm" type = " submit " value = " {{ trans ( ' button.request ' ) } } " >
154154 @endif
155155 </form >
156156 </td >
You can’t perform that action at this time.
0 commit comments