WIP: create main menu helper #430
Reference in New Issue
Block a user
Delete Branch "feat/main_menu_helper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #428
/claim #428
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe/Alipay.
@@ -0,0 +2,4 @@<%= link_to link_path, class: "block hover:bg-white border hover:border-[#141414]/[0.07] rounded-xl hover:text-gray-900 hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center #{menu_link_active_class(link_path)}" do %><% yield %><% end %></li>Could this be done in the helper? ( so we don't need to go view -> helper -> view) ?
Closing in favor of #435. Thank you for working on this!
Pull request closed