Commit 2012e6ec175b756cebf26aeae2aaa328ae251274
1 parent
63fa0cec
Exists in
master
and in
5 other branches
fixing some issues in detail courses #214
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
courses/templates/course/view.html
... | ... | @@ -159,7 +159,7 @@ |
159 | 159 | <div class="col-md-1 moreAccordion" data-toggle="collapse" data-parent="#accordion-{{subject.slug}}" href=".collapseSubject-{{subject.slug}}" aria-expanded="false" aria-controls="collapseSubject-{{subject.slug}}"> |
160 | 160 | <button class="btn btn-default btn-sm caret-square"><i class="fa fa-caret-square-o-down fa-2x" aria-hidden="true"></i></button> |
161 | 161 | </div> |
162 | - <div class="col-xs-9 col-md-4 titleTopic"> | |
162 | + <div class="col-xs-9 col-md-9 titleTopic"> | |
163 | 163 | <a role="button" href="{% url 'course:view_subject' subject.slug %}"> |
164 | 164 | <h4>{{subject.name}}</h4> |
165 | 165 | </a> | ... | ... |