Skip to content

Commit

Permalink
[#734] Account for new college in field--n-major-college.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
ericras committed May 23, 2024
1 parent 029403a commit 0715743
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<li><a href="https://journalism.unl.edu/">{{ item.content }}</a></li>
{% elseif item.content['#markup'] == 'Exploratory and Pre-Professional Advising Center' %}
<li><a href="https://explorecenter.unl.edu/">{{ item.content }}</a></li>
{% elseif item.content['#markup'] == 'College of Public Affairs and Community Service' %}
<li><a href="https://cpacs.unl.edu/">{{ item.content }}</a></li>
{% endif %}
{% endfor %}
</ul>

0 comments on commit 0715743

Please sign in to comment.