1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

clearly this was a bad day in the programming world

This commit is contained in:
Dane Everitt 2016-02-05 23:58:13 -05:00
parent c4007dcf57
commit e98e7d5e7f

View File

@ -438,7 +438,7 @@
<form action="{{ route('admin.nodes.delete', $node->id) }}" method="POST" id="deleteNodeForm">
{!! method_field('DELETE') !!}
{!! csrf_field() !!}
<input type="submit" name="doSomethingForFucksSake" value="Delete Node" class="btn btn-sm btn-danger" />
<input type="submit" value="Delete Node" class="btn btn-sm btn-danger" />
</form>
</div>
<div class="col-xs-8">