This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ca60c665e
mastodon
/
app
/
helpers
/
home_helper.rb
10 lines
118 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
# frozen_string_literal: true
Made some progress
9 years ago
module
HomeHelper
Adding sense of self to the UI, cleaning up routing, adding third (detail) column
9 years ago
def
default_props
{
Adding react-intl i18n to the frontend. No translations yet
8 years ago
locale
:
I18n
.
locale
,
Adding sense of self to the UI, cleaning up routing, adding third (detail) column
9 years ago
}
end
Made some progress
9 years ago
end