starting with events, tied to profiles (not accounts)

This commit is contained in:
2023-01-16 14:49:45 +02:00
parent 63299d4464
commit cb54951037
19 changed files with 307 additions and 11 deletions

View File

@ -0,0 +1,24 @@
%p#notice= notice
%p
%b Name:
= @event.name
%p
%b Text:
= @event.text
%p
%b Start date:
= @event.start_date
%p
%b End date:
= @event.end_date
%p
%b Profile:
= @event.profile
%p
%b Picture:
= @event.picture
= link_to 'Edit', edit_event_path(@event)
\|
= link_to 'Back', events_path