views: fix deprecated calls to ViewComponent#with_variant.

This commit is contained in:
evazion
2022-04-13 00:00:25 -05:00
parent f69847fc59
commit 363cf2014b
20 changed files with 71 additions and 53 deletions

View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
# The <link rel="next"> / <link rel="prev"> links in the <meta> element of the <head>.
class MetaLinksComponent < PaginatorComponent
end