Skip to content

Commit

Permalink
Merge pull request #51 from aleevas/removePreferredLocationsMarkup
Browse files Browse the repository at this point in the history
feat: remove Preferred Locations markup from the teaser template
  • Loading branch information
podarok authored Aug 2, 2023
2 parents b8fe90c + 2afa510 commit 20f5ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Map application for Open Y Distribution.",
"type": "drupal-module",
"require": {
"ymcatwincities/openy": "*"
"ycloudyusa/yusaopeny": "*",
"open-y-subprojects/openy_custom": "^2.3.0"
},
"license": "GPL-2.0+",
"minimum-stability": "dev"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,4 @@
{% endif %}
</div>
</div>
{% if node.bundle == 'branch' %}
<div class="card-footer">
<a href="#" class="btn btn-primary outline" aria-label="{{ 'Preferred location'|t }}">{{ 'Preferred location'|t }} <i class="fa fa-plus-circle"></i></a>
</div>
{% endif %}
</article>

0 comments on commit 20f5ccc

Please sign in to comment.