Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
scriptorium
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
degrowth
scriptorium
Commits
cf476386
Commit
cf476386
authored
Jun 30, 2018
by
jon richter
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add condition to test unscheduled event for available time slots
parent
89323c5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/views/schedule/_unscheduled_events.html.haml
app/views/schedule/_unscheduled_events.html.haml
+1
-2
No files found.
app/views/schedule/_unscheduled_events.html.haml
View file @
cf476386
-
@unscheduled_events
.
each
do
|
event
|
%li
.unscheduled-event
{
:id
=>
"event_#{event.id}"
,
:"data-update-url"
=>
schedule_update_event_path
(
:id
=>
event
.
id
),
:"data-height"
=>
(
event
.
time_slots
*
20
-
7
)
}
:"data-update-url"
=>
schedule_update_event_path
(
:id
=>
event
.
id
)
}
=
link_to
event
.
title
,
"#"
jon richter
@yala
mentioned in issue
#243 (closed)
·
Jul 05, 2018
mentioned in issue
#243 (closed)
mentioned in issue #243
Toggle commit list
jon richter
@yala
mentioned in commit
e9cf599e
·
Aug 09, 2018
mentioned in commit
e9cf599e
mentioned in commit e9cf599e443e78e8acc8956339796cb410b37988
Toggle commit list
jon richter
@yala
mentioned in commit
357c5f3e
·
Aug 09, 2018
mentioned in commit
357c5f3e
mentioned in commit 357c5f3e84b3ea8c2123bc9ecef87c928122c611
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment