Skip to content
Snippets Groups Projects
Commit 30ad72f4 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Correct skill_min output displaying incorrectly

parent f33fc797
Branches
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<p class="padding-05"> <p class="padding-05">
<span class="descriptor">{{ category.category }}</span> <span class="descriptor">{{ category.category }}</span>
{% for skill in category.skills %} {% for skill in category.skills %}
<span class="font-size-small"> <span class="de-emphasis">|</span> {{ skill }}</span> <span class="font-size-small"> <span class="de-emphasis">|</span> {{ skill.name }}</span>
{% endfor %} {% endfor %}
</p> </p>
<ul class="flex flex-vertical flex-align-start flex-ratio-100"> <ul class="flex flex-vertical flex-align-start flex-ratio-100">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment