Skip to content

Commit

Permalink
UHF-9762: Merge branch 'main' of https://github.com/City-of-Helsinki/…
Browse files Browse the repository at this point in the history
…drupal-hdbt into UHF-9762
  • Loading branch information
khalima committed Apr 3, 2024
2 parents aa1fce0 + 732c694 commit 97384d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
11 changes: 8 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@
* [ ] Check that this feature works
* [ ] Check that code follows our standards

## Designers review
## Continuous documentation
<!-- One of the checkboxes below needs to be checked like this: `[x]` (or click when not in edit mode) -->

* [ ] This PR does not need designers review
* [ ] This PR has been visually reviewed by a designer (Name of the designer)
* [ ] This feature has been documented/the documentation has been updated
* [ ] This change doesn't require updates to the documentation

## Translations
<!-- The checkbox below needs to be checked like this: `[x]` (or click when not in edit mode). Not needed if the translations were not affected. -->

* [ ] Translations have been added to .po -files and included in this PR

## Other PRs
<!-- For example an related PR in another repository -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Start project
working-directory: ${{ env.DRUPAL_ROOT }}
run: docker compose --profile testing up -d --wait && sleep 5
run: docker compose --profile testing up -d --wait && sleep 10

- name: Restore files folder
id: drupal-cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,13 @@
{% endif %}
</div>
{% endif %}
{% if unit_email_link and content.email|render %}
{% set link_attributes = {
'class': [
'service-channel__email-link',
],
} %}
{% if content.email|render %}
<div class="unit__contact-row unit__contact-row--email">
<label class="unit__contact-row__label">
{% include '@hdbt/misc/icon.twig' ignore missing with {icon: 'glyph-at'} %}
{{ 'E-mail'|t }}:
</label>
{{ link(content.email, unit_email_link, link_attributes) }}
{{ content.email }}
</div>
{% endif %}
{% if content.phone|render %}
Expand Down

0 comments on commit 97384d3

Please sign in to comment.