Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
bd3f1391
Commit
bd3f1391
authored
Sep 20, 2018
by
Zac Wood
Browse files
fixed misnamed partial which was breaking search
parent
47420959
Pipeline
#2950
passed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schedules/app/views/shared/_course.html.erb
View file @
bd3f1391
...
...
@@ -15,7 +15,7 @@
<!-- List of Course Sections -->
<ul
class=
"list-group list-group-flush"
id=
"sections"
style=
"display:none"
>
<%=
render
partial:
'section'
,
collection:
course
.
course_sections
,
locals:
{
in_cart:
false
}
%>
<%=
render
partial:
'
shared/
section'
,
collection:
course
.
course_sections
,
locals:
{
in_cart:
false
}
%>
</ul>
</div>
</div>
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