aboutsummaryrefslogtreecommitdiff
path: root/app/views/exports
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>
* Add missing translation for plain textMiquel Sabaté Solà2026-01-261-1/+1
| | | | | | The exporter view was missing the "Plain text" translation. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* lib: Introduce the PlainExporterMiquel Sabaté Solà2025-07-011-0/+1
| | | | | | | This class exports things into plain text. It follows a close format to that of the one for UOC, but without any formatting. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Make the UI a bit more consistentMiquel Sabaté Solà2024-03-141-9/+15
| | | | | | | | - Titles have been unified by using the same HTML tag. - Centered views have been improved for big screens. - Added more views that are to be centered. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* exports: added missing translated stringMiquel Sabaté Solà2024-03-141-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-133-0/+22
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>