3 lines
232 B
Text
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" } %>
|