rails8-memoapp/app/views/kaminari/_next_page.html.erb

3 lines
232 B
Text

<%= link_to_next_page @memos, "気力十分😤",
class: "inline-flex items-center px-4 py-2 bg-blue-500 hover:bg-blue-600 text-white font-medium rounded-lg transition-colors duration-200",
data: { turbo_frame: "memos" } %>