This website works better with JavaScript.
Home
Explore
Help
Sign In
ikea-foundation
/
week_2024
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107
Commits
1
Branch
7.5 MiB
Ruby
37.8%
CSS
26.6%
HTML
23%
JavaScript
12.4%
Shell
0.3%
Branch:
main
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'main'
${ noResults }
week_2024
/
app
/
helpers
/
languages_helper.rb
7 lines
105 B
Raw
Permalink
Blame
History
module
LanguagesHelper
def
languages_for_select
t
(
'languages'
)
.
map
{
|
k
,
v
|
[
v
,
k
]
}
.
sort
end
end