Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
degrowth
scriptorium
Commits
1f4c01bd
Commit
1f4c01bd
authored
Jun 20, 2013
by
Mario Manno
Browse files
fixes syntax error in previous commit
parent
c86403af
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/schedule_controller.rb
View file @
1f4c01bd
...
...
@@ -66,7 +66,7 @@ class ScheduleController < ApplicationController
private
def
check_conference_locale
if
@conference
.
language_codes
.
include
s
?
(
"en"
)
if
@conference
.
language_codes
.
include?
(
"en"
)
return
"en"
else
return
@conference
.
language_codes
.
first
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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