Squashed commit of the following:
commit c835e6e220950dd2f95976eae2a50f71a1c532d1 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Mon Nov 7 11:49:26 2016 +0000 Change visibilty of a method commit e67d6bfd54cb677e738f934544e0c45c3de59891 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Sun Nov 6 19:42:07 2016 +0000 Edit method to send webmentions using the new job method commit fe9839572148b644c5e0e0f32f639650ffbb968c Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Sun Nov 6 19:10:32 2016 +0000 Updated changelog commit 1b09744404459e7a6a164788f09ebcc6468b7055 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Sun Nov 6 19:08:45 2016 +0000 Allow notes to be deleted
This commit is contained in:
parent
6dc7c8da42
commit
cb465f027a
7 changed files with 58 additions and 5 deletions
16
resources/views/admin/deletenote.blade.php
Normal file
16
resources/views/admin/deletenote.blade.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
@extends('master')
|
||||
|
||||
@section('title')
|
||||
Delete Note « Admin CP
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
<form action="/admin/note/delete/{{ $id }}" method="post" accept-charset="utf-8">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<fieldset class="note-ui">
|
||||
<legend>Delete Note</legend>
|
||||
<p>Are you sure you want to delete the note?
|
||||
<label for="kludge"></label><input type="submit" value="Submit">
|
||||
</fieldset>
|
||||
</form>
|
||||
@stop
|
Loading…
Add table
Add a link
Reference in a new issue