Open Issues Need Help
View All on GitHubAI Summary: Refactor the billing plans section of the Ruby on Rails LMS application to use the newly created `date_picker_component` from `ui_helper.rb`, eliminating code duplication and ensuring consistency in date picker implementation across the application.
LMS platform tailored for hotel and hospitality training needs written using Ruby on Rails.
AI Summary: Implement a 'Verify Now' link on the user settings page (http://localhost:3000/user_settings) for unverified email addresses. Clicking this link should trigger the sending of a new verification email to the user's email address. This requires modifying the user settings view and potentially the user model or a related service to handle resending the verification email.
LMS platform tailored for hotel and hospitality training needs written using Ruby on Rails.