aboutsummaryrefslogtreecommitdiff
path: root/app/views/exports/show.uoc.erb
Commit message (Collapse)AuthorAgeFilesLines
* exports: sort by :target instead of :authorsMiquel Sabaté Solà2026-06-261-1/+1
| | | | | | | Sorting by :authors did not make any sense. Let's go for :target as that's pretty visible to the UOC exporter. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* exports: fix crash on the UOC viewMiquel Sabaté Solà2026-06-261-1/+1
| | | | | | | Apparently @results is no longer an ActiveRecord::Relation, but a mere Array which doesn't have the #order method. Let's use Array#sort_by. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+7
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>