Skip to content

Commit

Permalink
Merge pull request #304 from jmolivas/291-form-title-is-large-and-exp…
Browse files Browse the repository at this point in the history
…ressionless-in-config-form

Set class_name only as _title
  • Loading branch information
jmolivas committed Jan 13, 2015
2 parents 41f927e + 83c3840 commit 3731bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/skeleton/module/routing-form.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path: '/{{ module_name }}/settings/{{ class_name }}'
defaults:
_form: '\Drupal\{{ module_name }}\Form\{{ class_name }}'
_title: '{{ module_name }} {{ class_name }} Form'
_title: '{{ class_name }}'
requirements:
_permission: 'access administration pages'
{% endif %}
Expand Down

0 comments on commit 3731bf0

Please sign in to comment.