Gusto Changes
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
Running your Accounting Firm
|
||||
</h2>
|
||||
<a href="../app/running-your-firm">
|
||||
<img class="custom-page-img" src="https://s3.amazonaws.com/static.northpass.com/Gusto/gusto1.png" alt="">
|
||||
<img class="custom-page-img" src="https://s3.amazonaws.com/static.northpass.com/Gusto/gusto4.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
{% if courses.enrolled.any? %}
|
||||
<div class="row row-with-thumbnails">
|
||||
{% for course in courses.enrolled %}
|
||||
{% if course.properties.content == "Bookkeeping & Accounting" %}
|
||||
{% if course.properties.content == "Bookkeeping_Accounting" %}
|
||||
<div class="col-xs-12 col-sm-6 col-lg-4 np-stretch-content">
|
||||
{% include "cards_course" with course %}
|
||||
</div>
|
||||
@ -26,4 +26,4 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% include "footer" %}
|
||||
{% include "footer" %}
|
||||
|
||||
Reference in New Issue
Block a user