This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
闭社主体 forked from
https://github.com/tootsuite/mastodon
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.
2672
Commits
3
Branches
123 MiB
Tree:
26bc591572
closed-social-v3
cs+3.4.6
master
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '26bc591572'
${ noResults }
closedSocialMastodon
/
app
/
helpers
/
home_helper.rb
9 lines
118 B
Raw
Normal View
History
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
Made some progress
8 years ago
Adding sense of self to the UI, cleaning up routing, adding third (detail) column
8 years ago
Adding react-intl i18n to the frontend. No translations yet
8 years ago
Adding sense of self to the UI, cleaning up routing, adding third (detail) column
8 years ago
Made some progress
8 years ago
# frozen_string_literal: true
module
HomeHelper
def
default_props
{
locale
:
I18n
.
locale
,
}
end
end