Skip to content

Commit

Permalink
fixed ordering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Feb 20, 2020
1 parent b0d6635 commit 6e6aa0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 114 deletions.
113 changes: 0 additions & 113 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/branded/shared/_shib_ds_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% orgs = Org.participating %>
<% orgs = Org.participating.order(:name) %>

<div class="modal-dialog" role="document">
<div class="modal-content">
Expand Down

0 comments on commit 6e6aa0d

Please sign in to comment.