Commit graph

10 commits

Author SHA1 Message Date
Stella Rouzi
efdb2cd63b Remove duplicate code and style fixes 2025-08-14 17:28:55 +02:00
Stella Rouzi
91629d9b92 Add authorization for toggle_favorite and rename route 2025-08-14 17:28:55 +02:00
Ana María Martínez Gómez
2485923319 Move update favorites to a separate action
Introduce a separate action `toggle_favorite` to update user favorites events.
Otherwise users with permissions to update the event can have it as favorite.
2025-08-14 17:28:55 +02:00
Ana
059b5cbf84 Show the individual User schedule
Show the current user favourites events for both schedule and all events.

Unsed css removed.
2025-08-14 17:28:55 +02:00
Ana
c6906675f9 Make it possible to select favourites events
Make it possible for users to select events which they want to see in the public schedule and in the All events section of the public schedule.
2025-08-14 17:28:55 +02:00
gotens1211
3ead7ef586 Removed the extra condition for displaying the first speaker image
Removed the if statement in schedule_item.html.haml file which was generating an extra img_tag for the first speaker

Fixes #1454
2017-04-17 17:40:23 +05:30
Eugene Dubinin
790e2fd3a2 implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
divyanshumehta
1ca448df6f Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
Nishanth Vijayan
9c7591adcd Add cancel/replacement labels in All Events
Extract replacement/canceled label & notice logic to helpers

Join replacement/canceled label and notice and move to top
2017-01-20 18:54:35 +02:00
Ana
71dab6b79c SchedulesController introduced
The actions #schedule and #events were moved from conference controller to the new controller
2016-08-11 15:11:27 +02:00
Renamed from app/views/conference/_schedule_item.html.haml (Browse further)