File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
app/templates/partials/calendar/event Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 58
58
< textarea id ="say " name ="description " placeholder ="Description "> </ textarea >
59
59
</ div >
60
60
61
- < div class ="form_row ">
62
- < label for ="event_type "> All-day:</ label >
63
- < select id ="event_type " name ="event_type " required >
64
- < option value ="on "> Yes</ option >
65
- < option value ="off " selected > No</ option >
66
- </ select >
67
- </ div >
68
-
69
61
< div class ="form_row ">
70
62
< div class ="form_row_start ">
71
63
< label for ="color "> Color:</ label >
77
69
</ div >
78
70
79
71
< div class ="form_row_end ">
72
+ < label for ="event_type "> All-day:</ label >
73
+ < select id ="event_type " name ="event_type " required >
74
+ < option value ="on "> Yes</ option >
75
+ < option value ="off " selected > No</ option >
76
+ </ select >
77
+
80
78
< label for ="availability "> Availability:</ label >
81
79
< select id ="availability " name ="availability ">
82
80
< option value ="free "> Free</ option >
You can’t perform that action at this time.
0 commit comments