Skip to content

Commit

Permalink
TextualSummary: Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Aug 30, 2017
1 parent 2d4776d commit c818d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/summary/_textual_multilabel.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- if (label.kind_of? Hash) && label[:sortable]
.pull-left
= label[:value]
.pull-rigt
.pull-right
%i{:class => label[:sortable] == :asc ? "fa-sort-asc" : "fa-sort-desc"}
- else
= label
Expand Down

0 comments on commit c818d19

Please sign in to comment.