Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
Merge fix to milestones dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed Jul 26, 2016
2 parents f00e8d5 + d6fee3f commit 5a4e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shipping/templates/shipping/milestones.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>Milestones</h1>
<td>
<a data-ex-content=".label"
data-ex-class-subcontent="building-{&#123;.building}}"
data-ex-href-subcontent="{% url 'shipping.views.milestone.about' "{&#123;.code}}" %}"></a>
data-ex-href-subcontent="{% url 'shipping.views.milestone.about' "{{.code}}" %}"></a>
</td>
<td>
<span data-ex-if=".status = '{{ Milestone.SHIPPED }}'">
Expand Down

0 comments on commit 5a4e8c2

Please sign in to comment.