Skip to content

Commit

Permalink
fixed typo in elseif to elsif
Browse files Browse the repository at this point in the history
  • Loading branch information
MutazAshhab committed Dec 15, 2021
1 parent bfe5aec commit 8e3ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/policies/_policies_chooser.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%button.btn.btn-sm.btn-default.dropdown-toggle{type: "button", id: "dropdownMenu1", data: {toggle: "dropdown"}}
- if @sort == "name"
Sorted by Name
- elseif @sort == "date"
- elsif @sort == "date"
Sorted by Date Edited
- elsif @sort.nil?
Sorted by Subscribers
Expand Down

0 comments on commit 8e3ed0e

Please sign in to comment.