Rename "publish" to "toot" in english locale, fix lightbox showing old image
before loading new one, cache notifications API, fix missing follow button on public profiles
This commit is contained in:
parent
9b53c7d353
commit
4bdb6a0eaf
5 changed files with 30 additions and 6 deletions
|
@ -51,6 +51,6 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def current_account
|
||||
@account ||= current_user.try(:account)
|
||||
@current_account ||= current_user.try(:account)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue