diff --git a/app/views/shared/summary/_textual_multilabel.html.haml b/app/views/shared/summary/_textual_multilabel.html.haml index 178cf963273..62a276594ea 100644 --- a/app/views/shared/summary/_textual_multilabel.html.haml +++ b/app/views/shared/summary/_textual_multilabel.html.haml @@ -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