Skip to content

Commit

Permalink
Merge pull request #2048 from martinpovolny/pull_rigt_typo
Browse files Browse the repository at this point in the history
TextualSummary: Fix a typo.
  • Loading branch information
mzazrivec authored Aug 30, 2017
2 parents 2a2e0b4 + c818d19 commit 7dacd0a
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 7dacd0a

Please sign in to comment.