Skip to content

Commit

Permalink
smal fix in home
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosmartin committed Jul 1, 2015
1 parent 5dd7b7e commit e479357
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions themes/default/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ <h3>{{ course.name }}</h3>
<span class="course-date">
<i class="fa fa-calendar"></i> {{ course.start_date | date : 'MMM, yyyy' | capitalize}}
</span>
<span class="enroll-link textright uppercase">
Começar curso <i class="fa fa-angle-right"></i>
<span class="enroll-link textright uppercase">Começar curso <i class="fa fa-angle-right"></i>
</span>
</div>
{% endverbatim %}
Expand Down Expand Up @@ -108,9 +107,9 @@ <h3>{{ course.name }}</h3>
</span>
<span class="enroll-link textright uppercase">
{% if user|is_enrolled:course %}
{% trans 'Go to course' %} <i class="fa fa-angle-right"></i>
{% trans 'Resume course' %}<i class="fa fa-angle-right"></i>
{% else %}
{% trans 'Resume course' %} <i class="fa fa-angle-right"></i>
{% trans 'Go to course' %}<i class="fa fa-angle-right"></i>
{% endif %}
</span>
</div>
Expand Down

0 comments on commit e479357

Please sign in to comment.