Skip to content
Snippets Groups Projects
Unverified Commit 099b88ec authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #247 from ASCWebServices/canini

updating gallery url in taxonomy
parents b98f9636 48e5cd68
No related merge requests found
......@@ -91,7 +91,7 @@
{% for item in content.field_gallery_terms_1 %}
{% if item['#title'] %}
<div class="taxonomy-news">
<a href="/gallery-directory?field_gallery_terms_1_target_id={{ item['#url']|render|split('/')|last }}">
<a href="/gallery?field_gallery_terms_1_target_id={{ item['#url']|render|split('/')|last }}">
{{ item['#title'] }}
</a>
</div>
......@@ -101,7 +101,7 @@
{% for item in content.field_gallery_terms_2 %}
{% if item['#title'] %}
<div class="taxonomy-news">
<a href="/gallery-directory?field_gallery_terms_2_target_id={{ item['#url']|render|split('/')|last }}">
<a href="/gallery?field_gallery_terms_2_target_id={{ item['#url']|render|split('/')|last }}">
{{ item['#title'] }}
</a>
</div>
......@@ -111,7 +111,7 @@
{% for item in content.field_gallery_terms_3 %}
{% if item['#title'] %}
<div class="taxonomy-news">
<a href="/gallery-directory?field_gallery_terms_3_target_id={{ item['#url']|render|split('/')|last }}">
<a href="/gallery?field_gallery_terms_3_target_id={{ item['#url']|render|split('/')|last }}">
{{ item['#title'] }}
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment