You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to add a banner to make it easy for people to see which events are still open for applications/signups. (see screenshot)
The frontend goes in:
_event.html.haml & _event_home.html.haml under views > events, and of course the CSS (custom.css.sass)
you'll want to go in there and add some logic to check for state: accepted (it might already have this logic, actually), and on the ones that are in state: accepted, have it display the banner by pulling the number of spots left (you can find the logic/math to get the number because it's already displayed on events)
The text was updated successfully, but these errors were encountered:
We'd like to add a banner to make it easy for people to see which events are still open for applications/signups. (see screenshot)
The frontend goes in:
The text was updated successfully, but these errors were encountered: