Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -6,7 +6,8 @@
|
|||
* Available variables:
|
||||
* - prev_url: URL to the previous webform submission.
|
||||
* - next_url: URL to the next webform submission.
|
||||
* - webform_id: The webform ID. Provided for context.
|
||||
* - webform_id: The webform ID. Provided for context.
|
||||
* - webform_title: The webform title. Provided for context.
|
||||
*
|
||||
* @see template_preprocess_webform_submission_navigation()
|
||||
*
|
||||
|
@ -15,6 +16,7 @@
|
|||
#}
|
||||
{% if prev_url or next_url %}
|
||||
<nav id="webform-submission-navigation-{{ webform_id }}" class="webform-submission-navigation" role="navigation" aria-labelledby="webform-submission-label-{{ webform_id }}">
|
||||
<h2 class="visually-hidden" id="webform-submission-label-{{ webform_id }}">Submission navigation links for {{ webform_title }}</h2>
|
||||
<ul class="webform-submission-pager">
|
||||
{% if prev_url %}
|
||||
<li class="webform-submission-pager__item webform-submission-pager__item--previous">
|
||||
|
|
Reference in a new issue