PHP Classes

File: vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig   Download  
File: vendor/sensio/generator-bundle/Resources/skeleton/crud/views/others/record_actions.html.twig.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 657 bytes
 

Contents

Class file image Download
<ul> <li> <a href="{{ "{{ path('" ~ route_name_prefix ~ "_index') }}" }}">Back to the list</a> </li> {%- if ('edit' in actions) and (not hide_edit) %} <li> <a href="{{ "{{ path('" ~ route_name_prefix ~ "_edit', { 'id': " ~ entity_singularized ~ "."~ identifier ~" }) }}" }}">Edit</a> </li> {%- endif %} {%- if ('delete' in actions) and (not hide_delete) %} <li> {{ '{{ form_start(delete_form) }}' }} <input type="submit" value="Delete"> {{ '{{ form_end(delete_form) }}' }} </li> {%- endif %} </ul>