PHP Classes

File: templates/admin/blog/_delete_form.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Symfony Create Bundle Skeleton   templates/admin/blog/_delete_form.html.twig   Download  
File: templates/admin/blog/_delete_form.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Create Bundle Skeleton
Application to create reusable Symfony Bundles
Author: By
Last change:
Date: 4 years ago
Size: 437 bytes
 

Contents

Class file image Download
{{ include('blog/_delete_post_confirmation.html.twig') }} <form action="{{ url('admin_post_delete', {id: post.id}) }}" method="post" data-confirmation="true" id="delete-form"> <input type="hidden" name="token" value="{{ csrf_token('delete') }}" /> <button type="submit" class="btn btn-lg btn-block btn-danger"> <i class="fa fa-trash" aria-hidden="true"></i> {{ 'action.delete_post'|trans }} </button> </form>