Merge patchset from akko branch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const preferencesLink = '/settings/preferences';
|
||||
export const profileLink = '/settings/profile';
|
||||
export const signOutLink = '/auth/sign_out';
|
||||
export const preferencesLink = undefined;
|
||||
export const profileLink = undefined;
|
||||
export const signOutLink = '/logout.html';
|
||||
export const privacyPolicyLink = '/privacy-policy';
|
||||
export const accountAdminLink = (id) => `/admin/accounts/${id}`;
|
||||
export const statusAdminLink = (account_id, status_id) => `/admin/accounts/${account_id}/statuses/${status_id}`;
|
||||
|
||||
Reference in New Issue
Block a user