style: updated the styles of subgroup links on cohort page
This commit is contained in:
@@ -44,7 +44,10 @@
|
|||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<div>
|
<div>
|
||||||
{% if is_admin %}
|
{% if is_admin %}
|
||||||
<a class="subgroup-title" href="/courses/{{course.name}}/subgroups/{{cohort.slug}}/{{sg.slug}}">{{sg.title}}</a>
|
<a class="subgroup-title"
|
||||||
|
style="font-weight: 700; color: inherit;"
|
||||||
|
href="/courses/{{course.name}}/subgroups/{{cohort.slug}}/{{sg.slug}}"
|
||||||
|
>{{sg.title}}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="subgroup-title">{{sg.title}}</span>
|
<span class="subgroup-title">{{sg.title}}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user