Skip to content

Commit

Permalink
Merge pull request #1442 from benallard/patch-4
Browse files Browse the repository at this point in the history
Fix the spelling of category
  • Loading branch information
tardyp committed Dec 12, 2014
2 parents ea038b5 + 86f4514 commit dd7ecdf
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -29,9 +29,9 @@
i.fa.fa-chevron-circle-right.rotate(ng-class="{'fa-rotate-90':change.show_details}")
div.anim-changedetails(ng-show="change.show_details")
table.table.table-striped.table-condensed(ng-show="change.show_details")
tr(ng-if="change.categories")
td Categories
td {{ change.categories }}
tr(ng-if="change.category")
td Category
td {{ change.category }}
tr
td Author
td {{ change.author }}
Expand Down

0 comments on commit dd7ecdf

Please sign in to comment.