File tree Expand file tree Collapse file tree
Bundle/ShopBundle/Resources/views/Contact Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818class ErrorPage extends Page implements ErrorPageInterface
1919{
20- /**
21- * {@inheritdoc}
22- */
2320 protected function getUrl (array $ urlParameters = []): string
2421 {
2522 // This page does not have any url
2623 return '' ;
2724 }
2825
29- /**
30- * {@inheritdoc}
31- */
3226 public function getTitle (): string
3327 {
3428 return $ this ->getElement ('title ' )->getText ();
3529 }
3630
37- /**
38- * {@inheritdoc}
39- */
4031 protected function getDefinedElements (): array
4132 {
4233 return array_merge (parent ::getDefinedElements (), [
Original file line number Diff line number Diff line change 2323 {{ sonata_block_render_event(' sylius.shop.contact.request.form' , {' form' : form }) }}
2424
2525 {{ form_row(form ._token ) }}
26- <button type =" submit" class =" ui fluid large primary submit button" > {{ ' sylius.ui. send' | trans }} {{ sylius_test_html_attribute( ' send-button ' ) }}</button >
26+ <button type =" submit" class =" ui fluid large primary submit button" {{ sylius_test_html_attribute( ' send-button ' ) }}> {{ ' sylius.ui. send' | trans }}</button >
2727 {{ form_end(form , {' render_rest' : false }) }}
2828 </div >
2929 </div >
You can’t perform that action at this time.
0 commit comments